Skip to content

Commit 9abd529

Browse files
chore(deps): update cimg/go docker tag to v1.23.5
1 parent 70f69e9 commit 9abd529

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
@@ -8,7 +8,7 @@ jobs:
88
test_go:
99
resource_class: medium
1010
docker:
11-
- image: cimg/go:1.23.4
11+
- image: cimg/go:1.23.5@sha256:09544c8e44b9abc623184db2add5835d97d1ba205c260655f26c7059349d5158
1212
steps:
1313
- checkout
1414
- attach_workspace:
@@ -23,7 +23,7 @@ jobs:
2323
build_go:
2424
resource_class: large
2525
docker:
26-
- image: cimg/go:1.23.4
26+
- image: cimg/go:1.23.5@sha256:09544c8e44b9abc623184db2add5835d97d1ba205c260655f26c7059349d5158
2727
steps:
2828
- checkout
2929
- attach_workspace:
@@ -48,7 +48,7 @@ jobs:
4848
publish_gh:
4949
resource_class: small
5050
docker:
51-
- image: cimg/go:1.23.4
51+
- image: cimg/go:1.23.5@sha256:09544c8e44b9abc623184db2add5835d97d1ba205c260655f26c7059349d5158
5252
steps:
5353
- attach_workspace:
5454
at: .

0 commit comments

Comments
 (0)