Skip to content

Commit b4aa38a

Browse files
chore(deps): update cimg/go docker tag to v1.24.4
1 parent 7e31b1f commit b4aa38a

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
@@ -27,7 +27,7 @@ jobs:
2727
test_go:
2828
resource_class: medium
2929
docker:
30-
- image: cimg/go:1.24.3@sha256:5f7cdf218958c02c0da1356a3a2a8d1394c80206322d0790b968443f6875a59e
30+
- image: cimg/go:1.24.4@sha256:0b2833646ab766bcb90d59865350763ac4731ebab00f6a52e4f4b245e13d55cc
3131
steps:
3232
- checkout
3333
- attach_workspace:
@@ -42,7 +42,7 @@ jobs:
4242
build_go:
4343
resource_class: large
4444
docker:
45-
- image: cimg/go:1.24.3@sha256:5f7cdf218958c02c0da1356a3a2a8d1394c80206322d0790b968443f6875a59e
45+
- image: cimg/go:1.24.4@sha256:0b2833646ab766bcb90d59865350763ac4731ebab00f6a52e4f4b245e13d55cc
4646
steps:
4747
- checkout
4848
- attach_workspace:
@@ -68,7 +68,7 @@ jobs:
6868
publish_gh:
6969
resource_class: small
7070
docker:
71-
- image: cimg/go:1.24.3@sha256:5f7cdf218958c02c0da1356a3a2a8d1394c80206322d0790b968443f6875a59e
71+
- image: cimg/go:1.24.4@sha256:0b2833646ab766bcb90d59865350763ac4731ebab00f6a52e4f4b245e13d55cc
7272
steps:
7373
- attach_workspace:
7474
at: .

0 commit comments

Comments
 (0)