Skip to content

Commit

Permalink
[ci] Update go version in actions
Browse files Browse the repository at this point in the history
It seems that you are supposed to encode the semver as a string, else
it's parsed as a literal.
  • Loading branch information
psyomn committed Feb 25, 2023
1 parent efa9abf commit 0fe6969
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 @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: "1.20"

- name: Test
run: make test
Expand Down

0 comments on commit 0fe6969

Please sign in to comment.