Skip to content

Commit

Permalink
fix the toolchain version in setup-go
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy Li authored and Freddy Li committed Aug 19, 2024
1 parent fe34fd1 commit 902a9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "1.19.x"
go-version: "1.21.x"
- uses: actions/checkout@v2

- name: Run go vet
Expand Down

0 comments on commit 902a9cc

Please sign in to comment.