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:
parent
50cfcbf34a
commit
1027f872ec
3 changed files with 3 additions and 3 deletions
|
@ -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 . .
|
||||
|
|
|
@ -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 . .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
build:
|
||||
from:
|
||||
type: docker
|
||||
url: docker://golang:1.15.3
|
||||
url: docker://golang:1.16
|
||||
binds:
|
||||
- ${{PWD}} -> /zotcopy
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue