Set check-latest to true in Go setup
This commit is contained in:
parent
8593581cbf
commit
c20af070e3
6 changed files with 9 additions and 0 deletions
1
.github/workflows/experimental.yaml
vendored
1
.github/workflows/experimental.yaml
vendored
|
@ -33,6 +33,7 @@ jobs:
|
|||
ImageOS: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.goarm }}
|
||||
with:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
check-latest: true
|
||||
|
||||
- name: Build
|
||||
run: make generate binary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue