diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index be8ed47..19d3ddf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,17 +15,7 @@ jobs: run: go get . - name: Test with the Go CLI run: go test ./... - - golangci: - name: lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version-file: 'go.mod' - - name: golangci-lint - uses: golangci/golangci-lint-action@v6 - with: - version: v1.59 - + - name: golangci-lint + uses: golangci/golangci-lint-action@v6 + with: + go-version-file: 'go.mod'