Skip to content

Commit

Permalink
use only latest go version in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarVanL committed Aug 26, 2022
1 parent a87488e commit d2cb664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: WillAbides/setup-go-faster@v1.7.0
timeout-minutes: 3
with:
go-version: ${{ matrix.go_version }}
go-version: 1.19

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit d2cb664

Please sign in to comment.