Skip to content

Commit 8c0e1db

Browse files
build(deps): update all minor level dependencies
1 parent c112fbf commit 8c0e1db

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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
@@ -55,7 +55,7 @@ jobs:
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:

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
WORKDIR /workspace
77
# Copy the Go Modules manifests

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/kubewarden/kubewarden-controller
22

33
go 1.24.0
44

5-
toolchain go1.24.6
5+
toolchain go1.25.0
66

77
require (
88
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)