Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump go version to 1.21.3 (backport of #8001) #8013

Merged
merged 2 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20.15-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.11.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 @@
ff735a3c767ba28327ec380cc92f1e75020afb9c
7211b6b0e92eeba3dfd4ed083544fde0cbddc179
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.20.15-k3s1
K8S_MAX_VERSION = v1.26.1-k3s1
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