We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a40199 commit 725787fCopy full SHA for 725787f
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
test:
4
docker:
5
- - image: circleci/golang:1.14
+ - image: cimg/go:1.17
6
working_directory: ~/golang-example-app
7
steps:
8
- checkout
@@ -17,7 +17,7 @@ jobs:
17
command: go test ./...
18
build:
19
20
21
22
23
docker/app/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16.2-alpine3.13 as builder
+FROM golang:1.17.9-alpine3.15 as builder
RUN apk add --update make \
&& rm -rf /tmp/* \
0 commit comments