Skip to content

Commit a046593

Browse files
renovate[bot]g3force
authored andcommitted
Update cimg/go Docker tag to v1.21.4
1 parent 63ae497 commit a046593

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
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.19.1
11+
- image: cimg/go:1.21.4
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.19.1
26+
- image: cimg/go:1.21.4
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.19.1
51+
- image: cimg/go:1.21.4
5252
steps:
5353
- attach_workspace:
5454
at: .

0 commit comments

Comments
 (0)