Skip to content

Commit

Permalink
Don't use a version that requires a newer Go compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Aug 28, 2024
1 parent 5acc31a commit 437c03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
go-version: "1.19.x"

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
run: go install honnef.co/go/tools/cmd/staticcheck@1.4.7
- name: Install goimports
run: go install golang.org/x/tools/cmd/goimports@latest

Expand Down

0 comments on commit 437c03c

Please sign in to comment.