Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/neuvector/neuvector

go 1.26.3
go 1.26.5

replace (
github.com/fsnotify/fsnotify => github.com/fsnotify/fsnotify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.controller
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Builder
#
FROM registry.suse.com/bci/golang:1.26.3 AS builder
FROM registry.suse.com/bci/golang:1.26.5 AS builder

ARG VERSION

Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile.enforcer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Builder
#
FROM registry.suse.com/bci/golang:1.26.3 AS builder
FROM registry.suse.com/bci/golang:1.26.5 AS builder

ARG VERSION
ARG TARGETOS
Expand Down