Skip to content

Commit

Permalink
chore(deps): bump go version to 1.21.3 (backport of #8001) (#8012)
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: Krzysztof Słonka <[email protected]>
Co-authored-by: Charly Molter <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 80db656 commit 546771d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ parameters:
# These parameters are not meant to be changed they are more constants for the build change these in mk/dev.mk
go_version:
type: string
default: "1.21.1"
default: "1.21.3"
first_k8s_version:
type: string
default: "v1.23.17-k3s1"
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.14.0
Expand Down

0 comments on commit 546771d

Please sign in to comment.