File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ executors:
44 golang :
55 working_directory : /go/src/ultre.me/smsify
66 docker :
7- - image : circleci/golang:1.15
7+ - image : circleci/golang:1.17
88 environment :
99 GO111MODULE : " on"
1010 DOCKER_IMAGE : ultreme/smsify
@@ -14,12 +14,12 @@ executors:
1414 - image : docker:18.06.3-ce-git
1515
1616orbs :
17- codecov : codecov/codecov@1.0 .5
18- moul : moul/build@1.13 .0
17+ codecov : codecov/codecov@1.2 .5
18+ moul : moul/build@1.16 .0
191920- docker : circleci/docker@0.5.13
20+ docker : circleci/docker@0.6.1
212122- tools :
gotest/[email protected] .12 22+ tools :
gotest/[email protected] .14 2323
2424jobs :
2525 go-build :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VCS_REF
44ARG VERSION
55
66# build
7- FROM golang:1.15 -alpine as builder
7+ FROM golang:1.25 -alpine as builder
88RUN apk add --no-cache git gcc musl-dev make
99ENV GO111MODULE=on
1010WORKDIR /go/src/ultre.me/smsify
@@ -14,7 +14,7 @@ COPY . ./
1414RUN make install
1515
1616# minimalist runtime
17- FROM alpine:3.12
17+ FROM alpine:3.22
1818LABEL org.label-schema.build-date=$BUILD_DATE \
1919 org.label-schema.name="smsify" \
2020 org.label-schema.description="" \
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module ultre.me/smsify
22
33go 1.12
44
5- require gopkg.in/urfave/cli.v2 v2.0.0-20190806201727-b62605953717
5+ require gopkg.in/urfave/cli.v2 v2.27.7
You can’t perform that action at this time.
0 commit comments