mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 06:09:48 +00:00
Bump golang to 1.18.1
Also update all use of 'go get' => 'go install', update CI tooling for 1.18 compatibility, and gofmt everything so lint passes. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
e6385b2341
commit
c8447dca56
@@ -1,4 +1,4 @@
|
||||
ARG GOLANG=golang:1.17.5-alpine3.15
|
||||
ARG GOLANG=golang:1.18.1-alpine3.15
|
||||
FROM ${GOLANG}
|
||||
|
||||
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps
|
||||
|
||||
Reference in New Issue
Block a user