Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Promislow
feb95bd288 Add the toolchain setting to run 'go test -cover' in go 1.25 2025-09-15 17:09:56 -07:00
renovate-rancher[bot]
dfe484adbf Update dependency go to v1.25.1 2025-09-10 04:34:52 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ./...

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/rancher/dynamiclistener
go 1.24.0
toolchain go1.24.3
toolchain go1.25.1
require (
github.com/rancher/wrangler/v3 v3.2.2-rc.3