Skip to content

Commit

Permalink
build(go): update to 1.18.10 (#5951)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
(cherry picked from commit dc131e3)

# Conflicts:
#	.circleci/config.yml
#	.github/workflows/update-changelog.yaml
  • Loading branch information
michaelbeaumont committed Feb 9, 2023
1 parent fe75cb5 commit af25c13
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 @@ -30,11 +30,11 @@ parameters:
reusable:

constants:
- &go_version "1.18.9"
- &go_version "1.18.10"

docker_images:
- &golang_image "golang:1.18.9"
- &circleci_golang_image "cimg/go:1.18.9"
- &golang_image "golang:1.18.10"
- &circleci_golang_image "cimg/go:1.18.10"

vm_images:
- &ubuntu_vm_image "ubuntu-2004:202111-01"
Expand Down

0 comments on commit af25c13

Please sign in to comment.