Skip to content

Commit 045dda5

Browse files
chore(deps): update cimg/go docker tag to v1.24.3
1 parent 0667514 commit 045dda5

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.2@sha256:cd027ede83e11c7b1002dfff3f4975fbf0124c5028df4c63da571c30db88fb3c
30+
- image: cimg/go:1.24.3@sha256:5f7cdf218958c02c0da1356a3a2a8d1394c80206322d0790b968443f6875a59e
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.2@sha256:cd027ede83e11c7b1002dfff3f4975fbf0124c5028df4c63da571c30db88fb3c
45+
- image: cimg/go:1.24.3@sha256:5f7cdf218958c02c0da1356a3a2a8d1394c80206322d0790b968443f6875a59e
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.2@sha256:cd027ede83e11c7b1002dfff3f4975fbf0124c5028df4c63da571c30db88fb3c
71+
- image: cimg/go:1.24.3@sha256:5f7cdf218958c02c0da1356a3a2a8d1394c80206322d0790b968443f6875a59e
7272
steps:
7373
- attach_workspace:
7474
at: .

0 commit comments

Comments
 (0)