Skip to content

Commit bdc506b

Browse files
committed
GH Action: Make sure we use the latest Go version for builds
1 parent f128617 commit bdc506b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/go.yml

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

1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v6
19+
with:
20+
go-version: 'stable'
21+
check-latest: true
1922

2023
- name: Vet
2124
run: go vet ./...

0 commit comments

Comments
 (0)