Skip to content

Commit

Permalink
Merge pull request #698 from juanluisvaladas/go-1.22.6
Browse files Browse the repository at this point in the history
Bump go version to 1.22.6
  • Loading branch information
juanluisvaladas authored Aug 30, 2024
2 parents 73955f5 + dfc02ff commit 5b54f6b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.1'
go-version: '1.22.6'

- name: Go caches
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.1'
go-version: '1.22.6'

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KUSTOMIZE_VERSION ?= v5.0.1
CONTROLLER_TOOLS_VERSION ?= v0.14.0
GO_VERSION ?= 1.21.1
GO_VERSION ?= 1.22.6
GOLANGCILINT_VERSION ?= 1.52.2
CRDOC_VERSION ?= v0.6.2
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/k0sproject/k0smotron

go 1.21
go 1.22

require (
github.com/cloudflare/cfssl v1.6.4
Expand Down
2 changes: 1 addition & 1 deletion inttest/Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alpine_version = 3.18
alpine_patch_version = $(alpine_version).2
golang_buildimage=docker.io/library/golang:$(go_version)-alpine$(alpine_version)
go_version = 1.21.3
go_version = 1.22.6
kubernetes_version=1.27.2

smoketests := \
Expand Down

0 comments on commit 5b54f6b

Please sign in to comment.