Skip to content

Commit c3eeae6

Browse files
ellemoutonguggero
authored andcommitted
multi: go version bump to 1.23.6
We update the go version for our linter, GH workflows and makefile.
1 parent 4e0ba72 commit c3eeae6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
# If you change this value, please change it in the following files as well:
2222
# /Dockerfile
2323
# /dev.Dockerfile
24-
GO_VERSION: 1.22.6
24+
GO_VERSION: 1.23.6
2525

2626
jobs:
2727
########################

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ linters-settings:
3232
- G402 # Look for bad TLS connection settings.
3333
- G306 # Poor file permissions used when writing to a new file.
3434
staticcheck:
35-
go: "1.22.6"
3635
checks: ["-SA1019"]
3736

3837
linters:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PUBLIC_URL :=
2121
# GO_VERSION is the Go version used for the release build, docker files, and
2222
# GitHub Actions. This is the reference version for the project. All other Go
2323
# versions are checked against this version.
24-
GO_VERSION = 1.22.6
24+
GO_VERSION = 1.23.6
2525

2626
LOOP_COMMIT := $(shell cat go.mod | \
2727
grep $(LOOP_PKG) | \

0 commit comments

Comments
 (0)