Skip to content

Commit 5a5c655

Browse files
chore(deps): update all
1 parent bc8b662 commit 5a5c655

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ version: 2.1
22

33
orbs:
44
codecov: codecov/[email protected]
5-
moul: moul/build@1.14.0
5+
moul: moul/build@1.16.0
66
retry: moul/[email protected]
77
docker: circleci/[email protected]
88
9-
tools: gotest/[email protected].13
9+
tools: gotest/[email protected].14
1010

1111
jobs:
1212
go-build:
1313
working_directory: /go/src/ultre.me/golang-repo-template
1414
docker:
15-
- image: circleci/golang:1.13
15+
- image: circleci/golang:1.17
1616
environment:
1717
GO111MODULE: "on"
1818
steps:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.13-alpine as builder
7+
FROM golang:1.21-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/ultre.me/golang-repo-template
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.11
17+
FROM alpine:3.18
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="golang-repo-template" \
2020
org.label-schema.description="" \

0 commit comments

Comments
 (0)