Skip to content

Commit 202a447

Browse files
committed
Fix CircleCi go image
1 parent dbab803 commit 202a447

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
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: cimg/go:1.25.4
5+
- image: cimg/go:1.25
66

77
environment:
88
GOPATH: /home/circleci/go
@@ -32,7 +32,7 @@ jobs:
3232

3333
deploy-master:
3434
docker:
35-
- image: cimg/go:1.25.4
35+
- image: cimg/go:1.25
3636

3737
environment:
3838
GOPATH: /home/circleci/go
@@ -58,7 +58,7 @@ jobs:
5858

5959
deploy-release:
6060
docker:
61-
- image: cimg/go:1.25.4
61+
- image: cimg/go:1.25
6262

6363
environment:
6464
GOPATH: /home/circleci/go

0 commit comments

Comments
 (0)