We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbab803 commit 202a447Copy full SHA for 202a447
1 file changed
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
build:
4
docker:
5
- - image: cimg/go:1.25.4
+ - image: cimg/go:1.25
6
7
environment:
8
GOPATH: /home/circleci/go
@@ -32,7 +32,7 @@ jobs:
32
33
deploy-master:
34
35
36
37
38
@@ -58,7 +58,7 @@ jobs:
58
59
deploy-release:
60
61
62
63
64
0 commit comments