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:
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
|
# 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 . .
|
||||||
|
|
|
@ -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 . .
|
||||||
|
|
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue