Skip to content

Commit f77b45a

Browse files
authored
upgrade cimg/go:1.21 (#1148)
Co-authored-by: Jiang, Yu-tao <>
1 parent 739f56f commit f77b45a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.circleci/config.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
209209
release-to-github:
210210
docker:
211-
- image: cimg/go:1.19
211+
- image: cimg/go:1.21
212212
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
213213
steps:
214214
- add_ssh_keys:
@@ -276,7 +276,7 @@ jobs:
276276
277277
publish-to-dockerhub-java11-node14:
278278
docker:
279-
- image: cimg/go:1.19
279+
- image: cimg/go:1.21
280280
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
281281
steps:
282282
- checkout
@@ -308,7 +308,7 @@ jobs:
308308
309309
publish-to-dockerhub-java11-node16:
310310
docker:
311-
- image: cimg/go:1.19
311+
- image: cimg/go:1.21
312312
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
313313
steps:
314314
- checkout
@@ -340,7 +340,7 @@ jobs:
340340
341341
publish-to-dockerhub-java11-node18:
342342
docker:
343-
- image: cimg/go:1.19
343+
- image: cimg/go:1.21
344344
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
345345
steps:
346346
- checkout
@@ -372,7 +372,7 @@ jobs:
372372
373373
publish-to-dockerhub-java11-node20:
374374
docker:
375-
- image: cimg/go:1.19
375+
- image: cimg/go:1.21
376376
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
377377
steps:
378378
- checkout
@@ -404,7 +404,7 @@ jobs:
404404
405405
publish-to-dockerhub-java17-node14:
406406
docker:
407-
- image: cimg/go:1.19
407+
- image: cimg/go:1.21
408408
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
409409
steps:
410410
- checkout
@@ -436,7 +436,7 @@ jobs:
436436
437437
publish-to-dockerhub-java17-node16:
438438
docker:
439-
- image: cimg/go:1.19
439+
- image: cimg/go:1.21
440440
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
441441
steps:
442442
- checkout
@@ -468,7 +468,7 @@ jobs:
468468
469469
publish-to-dockerhub-java17-node18:
470470
docker:
471-
- image: cimg/go:1.19
471+
- image: cimg/go:1.21
472472
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
473473
steps:
474474
- checkout
@@ -500,7 +500,7 @@ jobs:
500500
501501
publish-to-dockerhub-java17-node20:
502502
docker:
503-
- image: cimg/go:1.19
503+
- image: cimg/go:1.21
504504
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
505505
steps:
506506
- checkout
@@ -532,7 +532,7 @@ jobs:
532532
533533
publish-to-dockerhub-java19-node14:
534534
docker:
535-
- image: cimg/go:1.19
535+
- image: cimg/go:1.21
536536
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
537537
steps:
538538
- checkout
@@ -564,7 +564,7 @@ jobs:
564564
565565
publish-to-dockerhub-java19-node16:
566566
docker:
567-
- image: cimg/go:1.19
567+
- image: cimg/go:1.21
568568
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
569569
steps:
570570
- checkout
@@ -596,7 +596,7 @@ jobs:
596596
597597
publish-to-dockerhub-java19-node18:
598598
docker:
599-
- image: cimg/go:1.19
599+
- image: cimg/go:1.21
600600
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
601601
steps:
602602
- checkout
@@ -628,7 +628,7 @@ jobs:
628628
629629
publish-to-dockerhub-java21-node16:
630630
docker:
631-
- image: cimg/go:1.19
631+
- image: cimg/go:1.21
632632
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
633633
steps:
634634
- checkout
@@ -659,7 +659,7 @@ jobs:
659659
sh $PWD/scripts/publish_image 21.0.4 16.18.1 ${MBT_VERSION} "ghcr.io/sap"
660660
publish-to-dockerhub-java21-node18:
661661
docker:
662-
- image: cimg/go:1.19
662+
- image: cimg/go:1.21
663663
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
664664
steps:
665665
- checkout
@@ -691,7 +691,7 @@ jobs:
691691
692692
publish-to-dockerhub-java21-node20:
693693
docker:
694-
- image: cimg/go:1.19
694+
- image: cimg/go:1.21
695695
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
696696
steps:
697697
- checkout
@@ -722,7 +722,7 @@ jobs:
722722
sh $PWD/scripts/publish_image 21.0.4 20.15.1 ${MBT_VERSION} "ghcr.io/sap"
723723
publish-to-dockerhub-java21-node22:
724724
docker:
725-
- image: cimg/go:1.19
725+
- image: cimg/go:1.21
726726
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
727727
steps:
728728
- checkout
@@ -753,7 +753,7 @@ jobs:
753753
sh $PWD/scripts/publish_image 21.0.4 22.5.1 ${MBT_VERSION} "ghcr.io/sap"
754754
publish-to-dockerhub-java22-node18:
755755
docker:
756-
- image: cimg/go:1.19
756+
- image: cimg/go:1.21
757757
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
758758
steps:
759759
- checkout
@@ -785,7 +785,7 @@ jobs:
785785
786786
publish-to-dockerhub-java22-node20:
787787
docker:
788-
- image: cimg/go:1.19
788+
- image: cimg/go:1.21
789789
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
790790
steps:
791791
- checkout
@@ -817,7 +817,7 @@ jobs:
817817
818818
publish-to-dockerhub-java22-node22:
819819
docker:
820-
- image: cimg/go:1.19
820+
- image: cimg/go:1.21
821821
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
822822
steps:
823823
- checkout
@@ -848,7 +848,7 @@ jobs:
848848
sh $PWD/scripts/publish_image 22.0.2 22.5.1 ${MBT_VERSION} "ghcr.io/sap"
849849
remove-github-release-tag:
850850
docker:
851-
- image: cimg/go:1.19
851+
- image: cimg/go:1.21
852852
working_directory: ~/go/src/github.com/SAP/cloud-mta-build-tool
853853
steps:
854854
- checkout

0 commit comments

Comments
 (0)