From 6c82db3fb3bf3baa392f8440edbe74b9c8805dd8 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 6 Mar 2025 16:18:19 +0200 Subject: [PATCH] multi: go version bump to 1.23.6 We update the go version in our go.mod, for our linter, GH workflows and makefile. --- .github/workflows/main.yml | 2 +- .golangci.yml | 1 - Makefile | 2 +- go.mod | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3442c8a..0928ee74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ env: # If you change this value, please change it in the following files as well: # /Dockerfile # /dev.Dockerfile - GO_VERSION: 1.22.6 + GO_VERSION: 1.23.6 jobs: ######################## diff --git a/.golangci.yml b/.golangci.yml index 62cf7fa1..27078052 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -32,7 +32,6 @@ linters-settings: - G402 # Look for bad TLS connection settings. - G306 # Poor file permissions used when writing to a new file. staticcheck: - go: "1.22.6" checks: ["-SA1019"] linters: diff --git a/Makefile b/Makefile index 648adf0b..9e9ebcd5 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ PUBLIC_URL := # GO_VERSION is the Go version used for the release build, docker files, and # GitHub Actions. This is the reference version for the project. All other Go # versions are checked against this version. -GO_VERSION = 1.22.6 +GO_VERSION = 1.23.6 LOOP_COMMIT := $(shell cat go.mod | \ grep $(LOOP_PKG) | \ diff --git a/go.mod b/go.mod index 6af4118f..d6bcb832 100644 --- a/go.mod +++ b/go.mod @@ -238,4 +238,4 @@ replace ( // taproot-assets dependency to function properly. replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display -go 1.22.6 +go 1.23.6