Skip to content

Commit

Permalink
Update cimg/go Docker tag to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 50270b4 commit f219796
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.22.2
- image: cimg/go:1.23.4
steps:
- checkout
- attach_workspace:
Expand All @@ -42,7 +42,7 @@ jobs:
build_go:
resource_class: large
docker:
- image: cimg/go:1.22.2
- image: cimg/go:1.23.4
steps:
- checkout
- attach_workspace:
Expand All @@ -67,7 +67,7 @@ jobs:
publish_gh:
resource_class: small
docker:
- image: cimg/go:1.22.2
- image: cimg/go:1.23.4
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit f219796

Please sign in to comment.