We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca86c7 commit 7f5cb53Copy full SHA for 7f5cb53
1 file changed
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
3
jobs:
4
test:
5
docker:
6
- - image: cimg/go:1.21.1
+ - image: cimg/go:1.21
7
steps:
8
- checkout
9
- setup_remote_docker:
@@ -43,7 +43,7 @@ jobs:
43
- .
44
push-docker-build:
45
46
47
environment:
48
IMAGE_NAME: "razornetwork/razor-go"
49
@@ -151,7 +151,7 @@ jobs:
151
152
publish-github-release:
153
154
- - image: cimg/go:1.21
+ - image: cimg/go:1.17
155
156
157
- attach_workspace:
0 commit comments