Skip to content

Commit

Permalink
maint: Update to Go 1.22 (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp authored May 20, 2024
1 parent f95f761 commit a0c62d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commands:
jobs:
test:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22
- image: redis:7.2.4
steps:
- checkout
Expand All @@ -92,7 +92,7 @@ jobs:

build_binaries:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22
steps:
- checkout
- go-build:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
build_docker:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22
steps:
- setup_googleko
- checkout
Expand All @@ -194,7 +194,7 @@ jobs:

publish_docker_to_ecr:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22
steps:
- setup_googleko
- checkout
Expand All @@ -217,7 +217,7 @@ jobs:
publish_docker_to_dockerhub:
docker:
- image: cimg/go:1.21
- image: cimg/go:1.22
steps:
- setup_googleko
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.21.8
golang 1.22

0 comments on commit a0c62d7

Please sign in to comment.