Skip to content

Commit

Permalink
Set correct go version in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Hinds <[email protected]>
  • Loading branch information
lukehinds committed Mar 31, 2024
1 parent 91b4bbd commit 7255f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18' # Specify the Go version
go-version: '1.22.1'

- name: Get dependencies
run: go mod tidy
Expand Down

0 comments on commit 7255f20

Please sign in to comment.