Skip to content

Commit a400019

Browse files
authored
GH Actions: make sure we use the latest Go version on build (#119)
* GH Actions: make sure we use the latest Go version on build
1 parent 8039c77 commit a400019

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@v6
21+
with:
22+
go-version: 'stable'
23+
check-latest: true
2124

2225
- name: Test
2326
run: go test -v ./...

0 commit comments

Comments
 (0)