Skip to content

Commit 00c77b6

Browse files
klihubaskervin
authored andcommitted
go.mod,Makefile,docs: use go 1.22.10.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent b84c451 commit 00c77b6

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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.22.1
40+
GO_VERSION ?= 1.22.10
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 | \

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM sphinxdoc/sphinx:7.4.7
22

3-
ARG GO_VERSION=1.23.3
3+
ARG GO_VERSION=1.22
44

55
RUN apt-get update && apt-get install -y wget git
66

go.mod

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

3-
go 1.22.0
4-
5-
toolchain go1.22.3
3+
go 1.22.10
64

75
require (
86
github.com/containerd/nri v0.6.0

0 commit comments

Comments
 (0)