Skip to content

Commit

Permalink
chore(github): upgrade vet.yml to go 1.21.x
Browse files Browse the repository at this point in the history
* Fixes go 1.20 error honnef.co/go/[email protected]: invalid go version
  • Loading branch information
quartzmo committed Aug 13, 2024
1 parent 6593c0d commit 37135d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20.x'
go-version: '1.21.x'
- name: Install tools
run: |
go install golang.org/x/lint/golint@latest && \
Expand Down

0 comments on commit 37135d6

Please sign in to comment.