Skip to content

Commit

Permalink
Update golang version for actions to 1.21.x.
Browse files Browse the repository at this point in the history
Build currently fails with go version >= 1.22.0.
  • Loading branch information
paulosjca committed Nov 22, 2024
1 parent 4cc83b8 commit 452f40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.22
go-version: 1.21.x
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 452f40e

Please sign in to comment.