Skip to content

Commit

Permalink
chore(deps): bump golang from 1.20.2 to 1.20.3 (backport #6587) (#6597)
Browse files Browse the repository at this point in the history
chore(deps): bump golang from 1.20.2 to 1.20.3 (#6587)

chore(deps): bump golang from 1.20.7 to 1.20.3

Signed-off-by: Charly Molter <charly.molter@konghq.com>
(cherry picked from commit 4f2f48f)

Co-authored-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
mergify[bot] and lahabana authored Apr 24, 2023
1 parent 64aee6c commit 50a5336
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.20.2"
default: "1.20.3"
first_k8s_version:
type: string
default: "v1.20.15-k3s1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/blackbox-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: "Configure go modules cache"
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.github-app-token.outputs.token }}
- uses: actions/setup-go@v4
with:
go-version: "1.20.2"
go-version: "1.20.3"
- uses: actions/cache@v3
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: install-kuma-ci-tools
run: |
echo $(go env GOPATH)/bin >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-insecure-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ref: ${{ matrix.branch }}
- uses: actions/setup-go@v4
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: "Install tools"
run: |
go install github.com/google/osv-scanner/cmd/osv-scanner@v1
Expand Down
2 changes: 1 addition & 1 deletion mk/dependencies/deps.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
850e92a8337a0f11467b13a9670fc61176da2692
ba979f180516be86d005e332b61d82eb680892d5
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.20.2
GO_VERSION := 1.20.3
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)

Expand Down

0 comments on commit 50a5336

Please sign in to comment.