Skip to content

Commit

Permalink
Bump go version to 1.22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisvaladas committed Aug 29, 2024
1 parent f98fb5a commit dfc02ff
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 dfc02ff

Please sign in to comment.