File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1818 with :
19- go-version : " 1.24 "
19+ go-version : " 1.25 "
2020 - run : make unit-tests
2121 - name : Upload unit-tests coverage to Codecov
2222 uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
3535 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3737 with :
38- go-version : " 1.24 "
38+ go-version : " 1.25 "
3939 - run : make integration-tests-envtest
4040 - run : make integration-tests-real-cluster
4141 - name : Upload integration-tests coverage to Codecov
5555 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5757 with :
58- go-version : " 1.24 "
58+ go-version : " 1.25 "
5959 - name : golangci-lint
6060 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
6161 with :
Original file line number Diff line number Diff line change 1717 - name : Install Golang
1818 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1919 with :
20- go-version : " 1.24 "
20+ go-version : " 1.25 "
2121 - name : govulncheck
2222 uses : golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
2323 with :
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 - name : Install Golang
171171 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
172172 with :
173- go-version : " 1.24 "
173+ go-version : " 1.25 "
174174
175175 - name : Checkout code
176176 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33# Build the manager binary
4- FROM golang:1.24 AS build
4+ FROM golang:1.25 AS build
55
66WORKDIR /workspace
77# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/kubewarden/kubewarden-controller
22
33go 1.24.0
44
5- toolchain go1.24.6
5+ toolchain go1.25.0
66
77require (
88 github.com/go-logr/logr v1.4.3
You can’t perform that action at this time.
0 commit comments