We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95640a7 + c5121c9 commit 27e83dfCopy full SHA for 27e83df
Makefile
@@ -37,7 +37,7 @@ GO_LINT := golint -set_exit_status
37
GO_FMT := gofmt
38
GO_VET := $(GO_CMD) vet
39
GO_DEPS := $(GO_CMD) list -f '{{ join .Deps "\n" }}'
40
-GO_VERSION ?= 1.24.3
+GO_VERSION ?= 1.24.6
41
42
GO_MODULES := $(shell $(GO_CMD) list ./...)
43
GO_SUBPKGS := $(shell find ./pkg -name go.mod | sed 's:/go.mod::g' | grep -v testdata | \
cmd/mpolset/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.23
+ARG GO_VERSION=1.24
2
3
FROM golang:${GO_VERSION}-bullseye AS builder
4
go.mod
@@ -1,6 +1,6 @@
module github.com/containers/nri-plugins
-go 1.24.0
+go 1.24.6
5
require (
6
github.com/askervin/gofmbt v0.0.0-20250119175120-506d925f666f
0 commit comments