Skip to content

Commit

Permalink
ci: correct go version when executing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SomethingSexy committed Nov 19, 2024
1 parent 02a63a0 commit 6cf701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
go-version: "1.22.x"
- name: Install dependencies
run: go work sync
- name: Test with the Go CLI
Expand Down

0 comments on commit 6cf701a

Please sign in to comment.