Skip to content

Commit 3f83c29

Browse files
renovate[bot]g3force
authored andcommitted
Update cimg/go Docker tag to v1.21.6
1 parent 0bcb1bd commit 3f83c29

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.21.5
30+
- image: cimg/go:1.21.6
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.21.5
45+
- image: cimg/go:1.21.6
4646
steps:
4747
- checkout
4848
- attach_workspace:
@@ -67,7 +67,7 @@ jobs:
6767
publish_gh:
6868
resource_class: small
6969
docker:
70-
- image: cimg/go:1.21.5
70+
- image: cimg/go:1.21.6
7171
steps:
7272
- attach_workspace:
7373
at: .

0 commit comments

Comments
 (0)