Skip to content

Commit

Permalink
Specify a go version
Browse files Browse the repository at this point in the history
The docs for setup-go didn't make it clear this was required.
They implied if you didn't set it you'd get somed default.
  • Loading branch information
greggman committed Jan 4, 2025
1 parent 192acc1 commit 4e344aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:

- name: Use Go
uses: actions/setup-go@v5
with:
go-version: '1.21.3'

- name: Print env
run: |
Expand Down

0 comments on commit 4e344aa

Please sign in to comment.