Skip to content

Commit

Permalink
chore(deps): bump go version to 1.21.3 (backport of #8001) (#8016)
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]>

* chore(deps): update dev.mk to use go.mod version

Signed-off-by: slonka <[email protected]>

---------

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 c83d383 commit c8a9a6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22.9-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.13.0
Expand Down
2 changes: 1 addition & 1 deletion mk/dependencies/deps.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
02869eb2d4911b7389209b0b4dd78ffaa40464c2
ecbd06a1a4b76c985813cebcb026b43a8a1652de
2 changes: 1 addition & 1 deletion mk/dev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CI_TOOLS_BIN_DIR=$(CI_TOOLS_DIR)/bin
# Change here and `make check` ensures these are used for CI
K8S_MIN_VERSION = v1.22.9-k3s1
K8S_MAX_VERSION = v1.27.1-k3s1
export GO_VERSION=1.21.1
export GO_VERSION=$(shell go mod edit -json | jq -r .Go)
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)

Expand Down

0 comments on commit c8a9a6d

Please sign in to comment.