Skip to content

Commit

Permalink
Update cimg/go Docker tag to v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent d0982ff commit 667d97b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
test_go:
resource_class: medium
docker:
- image: cimg/go:1.21.4
- image: cimg/go:1.22.2
steps:
- checkout
- attach_workspace:
Expand All @@ -42,7 +42,7 @@ jobs:
build_go:
resource_class: large
docker:
- image: cimg/go:1.21.4
- image: cimg/go:1.22.2
steps:
- checkout
- attach_workspace:
Expand All @@ -67,7 +67,7 @@ jobs:
publish_gh:
resource_class: small
docker:
- image: cimg/go:1.21.4
- image: cimg/go:1.22.2
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit 667d97b

Please sign in to comment.