Skip to content

Commit

Permalink
Upgrade to required go version in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed Dec 8, 2023
1 parent 78bb862 commit 460f45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.20.4"
go-version: "1.21.4"
id: go

- name: Check out code
Expand Down

0 comments on commit 460f45d

Please sign in to comment.