mirror of https://github.com/k3s-io/k3s.git
Update golang
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/4824/head v1.23.1+k3s1
parent
87395e32d6
commit
08d538fb3a
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.16.5'
|
go-version: '1.17.5'
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '1.16.5'
|
go-version: '1.17.5'
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GOLANG=golang:1.16.10-alpine3.13
|
ARG GOLANG=golang:1.17.5-alpine3.15
|
||||||
FROM ${GOLANG}
|
FROM ${GOLANG}
|
||||||
|
|
||||||
ARG http_proxy=$http_proxy
|
ARG http_proxy=$http_proxy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GOLANG=golang:1.16.10-alpine3.13
|
ARG GOLANG=golang:1.17.5-alpine3.15
|
||||||
FROM ${GOLANG}
|
FROM ${GOLANG}
|
||||||
|
|
||||||
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
|
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GOLANG=golang:1.16.10-alpine3.13
|
ARG GOLANG=golang:1.17.5-alpine3.15
|
||||||
FROM ${GOLANG}
|
FROM ${GOLANG}
|
||||||
|
|
||||||
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps
|
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ARG GOLANG=golang:1.16.10-alpine3.13
|
ARG GOLANG=golang:1.17.5-alpine3.15
|
||||||
FROM ${GOLANG}
|
FROM ${GOLANG}
|
||||||
|
|
||||||
RUN apk -U --no-cache add bash jq
|
RUN apk -U --no-cache add bash jq
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.12 as base
|
FROM alpine:3.15 as base
|
||||||
RUN apk add -U ca-certificates tar zstd
|
RUN apk add -U ca-certificates tar zstd
|
||||||
COPY build/out/data.tar.zst /
|
COPY build/out/data.tar.zst /
|
||||||
RUN mkdir -p /image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware && \
|
RUN mkdir -p /image/etc/ssl/certs /image/run /image/var/run /image/tmp /image/lib/modules /image/lib/firmware && \
|
||||||
|
|
Loading…
Reference in New Issue