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 08ad618 commit e578fafCopy full SHA for e578faf
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/golang:1.16
+ - image: cimg/go:1.16.5
6
7
steps:
8
- run:
0 commit comments