Skip to content

Commit

Permalink
Check for latest Go version in GitHub workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Jan 12, 2024
1 parent 65a51a6 commit dc5b34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true

- name: Build and Test
run: make
Expand Down

0 comments on commit dc5b34f

Please sign in to comment.