Skip to content

Commit

Permalink
chore(deps): bump go version to 1.21.3 (backport of #8001) (#8015)
Browse files Browse the repository at this point in the history
* chore(deps): bump go version to 1.21.3 (#8001)

Signed-off-by: slonka <[email protected]>
Co-authored-by: Charly Molter <[email protected]>

* Update config.yml

Signed-off-by: Charly Molter <[email protected]>

---------

Signed-off-by: slonka <[email protected]>
Signed-off-by: Charly Molter <[email protected]>
Co-authored-by: Krzysztof Słonka <[email protected]>
Co-authored-by: Charly Molter <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 65cf078 commit 29435e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: 2.1 # Adds support for executors, parameterized jobs, etc
reusable:

constants:
- &go_version "1.21.1"
- &go_version "1.21.3"

docker_images:
- &golang_image "cimg/go:1.21.1"
- &golang_image "cimg/go:1.21.3"

vm_images:
- &ubuntu_vm_image "ubuntu-2004:202111-01"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kumahq/kuma

go 1.21.1
go 1.21.3

require (
cirello.io/pglock v1.10.0
Expand Down

0 comments on commit 29435e6

Please sign in to comment.