File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ GO_LINT := golint -set_exit_status
37
37
GO_FMT := gofmt
38
38
GO_VET := $(GO_CMD ) vet
39
39
GO_DEPS := $(GO_CMD ) list -f '{{ join .Deps "\n" }}'
40
- GO_VERSION ?= 1.22.1
40
+ GO_VERSION ?= 1.22.10
41
41
42
42
GO_MODULES := $(shell $(GO_CMD ) list ./...)
43
43
GO_SUBPKGS := $(shell find ./pkg -name go.mod | sed 's:/go.mod::g' | grep -v testdata | \
Original file line number Diff line number Diff line change 1
1
FROM sphinxdoc/sphinx:7.4.7
2
2
3
- ARG GO_VERSION=1.23.3
3
+ ARG GO_VERSION=1.22
4
4
5
5
RUN apt-get update && apt-get install -y wget git
6
6
Original file line number Diff line number Diff line change 1
1
module github.com/containers/nri-plugins
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.3
3
+ go 1.22.10
6
4
7
5
require (
8
6
github.com/containerd/nri v0.6.0
You can’t perform that action at this time.
0 commit comments