Skip to content

Commit 3c33194

Browse files
Update go toolchain directive to v1.26.4
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 33618ac commit 3c33194

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kuttl-int-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.24.6
25+
go-version: 1.26.4
2626

2727
- uses: actions/checkout@v4
2828

go.mod

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

33
go 1.25.0
44

5-
toolchain go1.25.9
5+
toolchain go1.26.4
66

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

0 commit comments

Comments
 (0)