Skip to content

Commit

Permalink
fix ci for go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Oct 26, 2022
1 parent 86b81bc commit d8b36ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
tidy-go:
docker:
- image: cimg/go:1.17.4
- image: cimg/go:1.18
steps:
- checkout
- run:
Expand All @@ -123,7 +123,7 @@ jobs:
format-scripts:
docker:
- image: cimg/go:1.17.4
- image: cimg/go:1.18
steps:
- run:
name: Install shfmt
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

test:
docker:
- image: cimg/go:1.17.4
- image: cimg/go:1.18
environment:
GORACE: "halt_on_error=1"
BUILD_VERSION: $(echo ${CIRCLE_SHA1} | cut -c 1-10)
Expand Down

0 comments on commit d8b36ec

Please sign in to comment.