Bump golang to correct version

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson
2022-09-09 19:11:26 +00:00
committed by Brad Davidson
parent b3984e3924
commit 48fa8a6564
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
ARG GOLANG=golang:1.17.5-alpine3.15
ARG GOLANG=golang:1.17.13-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.17.5-alpine3.15
ARG GOLANG=golang:1.17.13-alpine3.15
FROM ${GOLANG}
RUN apk -U --no-cache add bash jq