Skip to content

Commit 3e6b34e

Browse files
renovate[bot]g3force
authored andcommitted
Update cimg/go Docker tag to v1.22
1 parent 6960642 commit 3e6b34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
app:
44
docker:
5-
- image: cimg/go:1.21
5+
- image: cimg/go:1.22
66

77
steps:
88
- checkout
@@ -25,7 +25,7 @@ jobs:
2525

2626
publish-github-release:
2727
docker:
28-
- image: cimg/go:1.21
28+
- image: cimg/go:1.22
2929
steps:
3030
- attach_workspace:
3131
at: .

0 commit comments

Comments
 (0)