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 86b81bc commit d8b36ecCopy full SHA for d8b36ec
.circleci/config.yml
@@ -105,7 +105,7 @@ jobs:
105
106
tidy-go:
107
docker:
108
- - image: cimg/go:1.17.4
+ - image: cimg/go:1.18
109
steps:
110
- checkout
111
- run:
@@ -123,7 +123,7 @@ jobs:
123
124
format-scripts:
125
126
127
128
129
name: Install shfmt
@@ -178,7 +178,7 @@ jobs:
178
179
test:
180
181
182
environment:
183
GORACE: "halt_on_error=1"
184
BUILD_VERSION: $(echo ${CIRCLE_SHA1} | cut -c 1-10)
0 commit comments