mirror of
https://github.com/rancher/dynamiclistener.git
synced 2025-09-16 23:08:57 +00:00
Add the toolchain setting to run 'go test -cover' in go 1.25
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -17,4 +17,4 @@ jobs:
|
||||
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- run: go test -v -race -cover ./...
|
||||
- run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -v -race -cover ./...
|
||||
|
Reference in New Issue
Block a user