0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-03-11 02:17:43 -05:00

ci/cd: update golang to 1.16

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani 2021-10-20 16:17:06 +00:00 committed by Ramkumar Chinchani
parent 50cfcbf34a
commit 1027f872ec
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# --- # ---
# Stage 1: Install certs, build binary, create default config file # Stage 1: Install certs, build binary, create default config file
# --- # ---
FROM docker.io/golang:1.15.3 AS builder FROM docker.io/golang:1.16 AS builder
RUN mkdir -p /go/src/github.com/anuvu/zot RUN mkdir -p /go/src/github.com/anuvu/zot
WORKDIR /go/src/github.com/anuvu/zot WORKDIR /go/src/github.com/anuvu/zot
COPY . . COPY . .

View file

@ -1,7 +1,7 @@
# --- # ---
# Stage 1: Install certs, build binary, create default config file # Stage 1: Install certs, build binary, create default config file
# --- # ---
FROM docker.io/golang:1.15.3 AS builder FROM docker.io/golang:1.16 AS builder
RUN mkdir -p /go/src/github.com/anuvu/zot RUN mkdir -p /go/src/github.com/anuvu/zot
WORKDIR /go/src/github.com/anuvu/zot WORKDIR /go/src/github.com/anuvu/zot
COPY . . COPY . .

View file

@ -1,7 +1,7 @@
build: build:
from: from:
type: docker type: docker
url: docker://golang:1.15.3 url: docker://golang:1.16
binds: binds:
- ${{PWD}} -> /zotcopy - ${{PWD}} -> /zotcopy
run: | run: |