Skip to content

Commit d8b36ec

Browse files
committed
fix ci for go 1.18
1 parent 86b81bc commit d8b36ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
tidy-go:
107107
docker:
108-
- image: cimg/go:1.17.4
108+
- image: cimg/go:1.18
109109
steps:
110110
- checkout
111111
- run:
@@ -123,7 +123,7 @@ jobs:
123123
124124
format-scripts:
125125
docker:
126-
- image: cimg/go:1.17.4
126+
- image: cimg/go:1.18
127127
steps:
128128
- run:
129129
name: Install shfmt
@@ -178,7 +178,7 @@ jobs:
178178

179179
test:
180180
docker:
181-
- image: cimg/go:1.17.4
181+
- image: cimg/go:1.18
182182
environment:
183183
GORACE: "halt_on_error=1"
184184
BUILD_VERSION: $(echo ${CIRCLE_SHA1} | cut -c 1-10)

0 commit comments

Comments
 (0)