Skip to content

Commit

Permalink
Update GHA to use most recent go version
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkbains committed Oct 30, 2023
1 parent 2211495 commit 19a485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '1.20'
go-version: 'stable'
- name: Compiles
run: go build ./...

Expand Down

0 comments on commit 19a485b

Please sign in to comment.