Update golang

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/4824/head v1.23.1+k3s1
Brad Davidson 2021-12-01 13:14:59 -08:00 committed by Brad Davidson
parent 87395e32d6
commit 08d538fb3a
7 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16.5'
go-version: '1.17.5'
- name: Checkout
uses: actions/checkout@v2
with:
@ -60,4 +60,4 @@ jobs:
- name: On Failure, Launch Debug Session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 5
timeout-minutes: 5

View File

@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16.5'
go-version: '1.17.5'
- name: Checkout
uses: actions/checkout@v2
with:

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16.10-alpine3.13
ARG GOLANG=golang:1.17.5-alpine3.15
FROM ${GOLANG}
ARG http_proxy=$http_proxy

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16.10-alpine3.13
ARG GOLANG=golang:1.17.5-alpine3.15
FROM ${GOLANG}
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16.10-alpine3.13
ARG GOLANG=golang:1.17.5-alpine3.15
FROM ${GOLANG}
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps

View File

@ -1,4 +1,4 @@
ARG GOLANG=golang:1.16.10-alpine3.13
ARG GOLANG=golang:1.17.5-alpine3.15
FROM ${GOLANG}
RUN apk -U --no-cache add bash jq

View File

@ -1,4 +1,4 @@
FROM alpine:3.12 as base
FROM alpine:3.15 as base
RUN apk add -U ca-certificates tar zstd
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 && \