Draft: Compat with golang 1.17
1 unresolved thread
1 unresolved thread
Some customers need to build the components of the NVIDIA Container Toolkit from source using Golang 1.17.
This MR defines some minor change that allow the project to be built using Go 1.17, with an internal/errors
package being used to provide basic errors.Join
functionality. This is the only feature we currently use from Go 1.20.
Signed-off-by: Evan Lezar elezar@nvidia.com
Edited by Evan Lezar
Merge request reports
Activity
added 3 commits
16 16 FROM golang:${GOLANG_VERSION} 17 17 18 18 RUN go install golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6 19 RUN go install github.com/matryer/moq@latest 19 # RUN go install github.com/matryer/moq@latest
Please register or sign in to reply