File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- codecov : codecov/codecov@1.0 .5
5
- moul : moul/build@1.14 .0
4
+ codecov : codecov/codecov@1.2 .5
5
+ moul : moul/build@1.16 .0
6
6
retry : moul/retry@0.6.0
7
7
docker : circleci/docker@0.5.20
8
8
# dl: moul/dl@1.7.0
9
- tools : gotest/tools@0.0.13
9
+ tools : gotest/tools@0.0.14
10
10
11
11
jobs :
12
12
go-build :
13
13
working_directory : /go/src/ultre.me/golang-repo-template
14
14
docker :
15
- - image : circleci/golang:1.13
15
+ - image : circleci/golang:1.17
16
16
environment :
17
17
GO111MODULE : " on"
18
18
steps :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VCS_REF
4
4
ARG VERSION
5
5
6
6
# build
7
- FROM golang:1.13 -alpine as builder
7
+ FROM golang:1.17 -alpine as builder
8
8
RUN apk add --no-cache git gcc musl-dev make
9
9
ENV GO111MODULE=on
10
10
WORKDIR /go/src/ultre.me/golang-repo-template
@@ -14,7 +14,7 @@ COPY . ./
14
14
RUN make install
15
15
16
16
# minimalist runtime
17
- FROM alpine:3.11
17
+ FROM alpine:3.14
18
18
LABEL org.label-schema.build-date=$BUILD_DATE \
19
19
org.label-schema.name="golang-repo-template" \
20
20
org.label-schema.description="" \
You can’t perform that action at this time.
0 commit comments