0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-16 21:56:37 -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
# ---
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
WORKDIR /go/src/github.com/anuvu/zot
COPY . .

View file

@ -1,7 +1,7 @@
# ---
# 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
WORKDIR /go/src/github.com/anuvu/zot
COPY . .

View file

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