chore(go): avoid setup-go stable resolution in ci
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.26.1'
|
||||
check-latest: true
|
||||
check-latest: false
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
|
||||
@@ -73,6 +73,8 @@ jobs:
|
||||
- name: Run govulncheck
|
||||
uses: golang/govulncheck-action@v1.0.4
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
check-latest: false
|
||||
go-package: ./...
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
@@ -123,7 +125,7 @@ jobs:
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.26.1'
|
||||
check-latest: true
|
||||
check-latest: false
|
||||
cache: true
|
||||
cache-dependency-path: go.sum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user