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
3737GO_FMT := gofmt
3838GO_VET := $(GO_CMD ) vet
3939GO_DEPS := $(GO_CMD ) list -f '{{ join .Deps "\n" }}'
40- GO_VERSION ?= 1.22.1
40+ GO_VERSION ?= 1.22.10
4141
4242GO_MODULES := $(shell $(GO_CMD ) list ./...)
4343GO_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 11FROM sphinxdoc/sphinx:7.4.7
22
3- ARG GO_VERSION=1.23.3
3+ ARG GO_VERSION=1.22
44
55RUN apt-get update && apt-get install -y wget git
66
Original file line number Diff line number Diff line change 11module github.com/containers/nri-plugins
22
3- go 1.22.0
4-
5- toolchain go1.22.3
3+ go 1.22.10
64
75require (
86 github.com/containerd/nri v0.6.0
You can’t perform that action at this time.
0 commit comments