Skip to content

Commit 7f5cb53

Browse files
committed
degrade cimg go 1.21
1 parent 5ca86c7 commit 7f5cb53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
test:
55
docker:
6-
- image: cimg/go:1.21.1
6+
- image: cimg/go:1.21
77
steps:
88
- checkout
99
- setup_remote_docker:
@@ -43,7 +43,7 @@ jobs:
4343
- .
4444
push-docker-build:
4545
docker:
46-
- image: cimg/go:1.21.1
46+
- image: cimg/go:1.21
4747
environment:
4848
IMAGE_NAME: "razornetwork/razor-go"
4949

@@ -151,7 +151,7 @@ jobs:
151151

152152
publish-github-release:
153153
docker:
154-
- image: cimg/go:1.21
154+
- image: cimg/go:1.17
155155
steps:
156156
- checkout
157157
- attach_workspace:

0 commit comments

Comments
 (0)