Skip to content

Commit a1407ff

Browse files
committed
update circleci image.
1 parent 3f4aa9b commit a1407ff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,12 @@ jobs:
66
build:
77
docker:
88
# specify the version
9-
- image: circleci/golang:1.15.6-buster
10-
11-
# Specify service dependencies here if necessary
12-
# CircleCI maintains a library of pre-built images
13-
# documented at https://circleci.com/docs/2.0/circleci-images/
14-
# - image: circleci/postgres:9.4
9+
- image: cimg/go:1.18.1
1510

1611
#### TEMPLATE_NOTE: go expects specific checkout path representing url
1712
#### expecting it in the form of
1813
#### /go/src/github.com/circleci/go-tool
1914
#### /go/src/bitbucket.org/circleci/go-tool
20-
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
2115
steps:
2216
- checkout
2317

0 commit comments

Comments
 (0)