mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-01 10:39:57 +00:00
Bump golang to correct version
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
b3984e3924
commit
48fa8a6564
2
.github/workflows/integration.yaml
vendored
2
.github/workflows/integration.yaml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/unitcoverage.yaml
vendored
2
.github/workflows/unitcoverage.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user