Skip to content

Commit 98be7d9

Browse files
authored
Merge pull request #123 from NETWAYS/chore/gh-actions
Make sure to use the latest go version on build
2 parents ffa0402 + 4fc6419 commit 98be7d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-go@v6
2121
with:
2222
go-version: stable
23+
check-latest: true
2324

2425
- name: Vet
2526
run: go vet ./...

0 commit comments

Comments
 (0)