Skip to content

Commit

Permalink
Pins go version to whats in go.mod (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano authored Oct 21, 2024
1 parent 7caf49e commit a06edef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.22'
go-version: '1.22.3'

- name: Setup Just
uses: extractions/setup-just@v1
Expand Down

0 comments on commit a06edef

Please sign in to comment.