Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cimg/go Docker tag to v1.23.4 #89

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0
- image: cimg/go:1.23.4@sha256:d89753cdb9f31e48c3a91aee6e73afcb23ad7e44abf7088491d8a9f002a71b67
steps:
- checkout
- attach_workspace:
Expand All @@ -42,7 +42,7 @@ jobs:
build_go:
resource_class: large
docker:
- image: cimg/go:1.22.0
- image: cimg/go:1.23.4@sha256:d89753cdb9f31e48c3a91aee6e73afcb23ad7e44abf7088491d8a9f002a71b67
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
publish_gh:
resource_class: small
docker:
- image: cimg/go:1.22.0
- image: cimg/go:1.23.4@sha256:d89753cdb9f31e48c3a91aee6e73afcb23ad7e44abf7088491d8a9f002a71b67
steps:
- attach_workspace:
at: .
Expand Down