From 0b9367c520123db41887ea9462c774313998504e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Mon, 26 Aug 2024 20:04:55 +0200 Subject: [PATCH] Upgrade to Go 1.23.0 Upgrade from Go 1.22.5 to 1.23.0 to stay up-to-date with the Go language. This update does not include any changes that make sense to be adopted immediately. --- Containerfile.dev | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.dev b/Containerfile.dev index 4facfb2..541fa7b 100644 --- a/Containerfile.dev +++ b/Containerfile.dev @@ -17,7 +17,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -FROM docker.io/golang:1.22.5-alpine3.19 +FROM docker.io/golang:1.23.0-alpine3.19 RUN apk add --no-cache \ bash git perl-utils zip \ diff --git a/go.mod b/go.mod index f485f27..77cf251 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ericcornelissen/ghasum -go 1.22.5 +go 1.23.0 require ( 4d63.com/gochecknoinits v0.0.0-20210416043744-25bb07f6e4e3