Skip to content

Commit 104023f

Browse files
committed
chore(deps): Set go to 1.26.0 in go.mod
Run go mod tidy. This is needed or the go compiler stops with an error. Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent e49dbc2 commit 104023f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

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

3-
go 1.26
3+
go 1.26.0
44

55
require (
66
github.com/go-logr/logr v1.4.3

0 commit comments

Comments
 (0)