Skip to content

Commit 27e83df

Browse files
authored
Merge pull request #555 from klihub/deps/bump-golang
go.mod,Makefile: bump golang to latest 1.24.x.
2 parents 95640a7 + c5121c9 commit 27e83df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ GO_LINT := golint -set_exit_status
3737
GO_FMT := gofmt
3838
GO_VET := $(GO_CMD) vet
3939
GO_DEPS := $(GO_CMD) list -f '{{ join .Deps "\n" }}'
40-
GO_VERSION ?= 1.24.3
40+
GO_VERSION ?= 1.24.6
4141

4242
GO_MODULES := $(shell $(GO_CMD) list ./...)
4343
GO_SUBPKGS := $(shell find ./pkg -name go.mod | sed 's:/go.mod::g' | grep -v testdata | \

cmd/mpolset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.23
1+
ARG GO_VERSION=1.24
22

33
FROM golang:${GO_VERSION}-bullseye AS builder
44

go.mod

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

3-
go 1.24.0
3+
go 1.24.6
44

55
require (
66
github.com/askervin/gofmbt v0.0.0-20250119175120-506d925f666f

0 commit comments

Comments
 (0)