We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6d99d commit a63b6f4Copy full SHA for a63b6f4
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
working_directory: ~/repo
6
docker:
7
- - image: circleci/golang:1.15.8
+ - image: cimg/go:1.18
8
steps:
9
- checkout
10
- restore_cache:
0 commit comments