Commit 08d538fb authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Update golang

parent 87395e32
......@@ -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
\ No newline at end of file
timeout-minutes: 5
......@@ -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:
......
ARG GOLANG=golang:1.16.10-alpine3.13
ARG GOLANG=golang:1.17.5-alpine3.15
FROM ${GOLANG}
ARG http_proxy=$http_proxy
......
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/
......
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
......
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
......
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 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment