From 9a1d713a0340d30416c0d8238496406eaeb858fc Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 24 Sep 2024 07:04:48 -0700 Subject: [PATCH] go.mod: update to go 1.22.7 Among other fixes, Go 1.22.6 fixes a code signing issue on macOS and XCode 16 that prevents Zoetk from running: https://github.com/golang/go/issues/68088 --- .tool-versions | 2 +- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index 6bc74c51..abc6fef4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.22.1 +golang 1.22.7 diff --git a/Dockerfile b/Dockerfile index 6370c8ae..9724b32e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-alpine3.19 AS builder +FROM golang:1.22.7-alpine3.19 AS builder RUN apk add --no-cache ca-certificates diff --git a/go.mod b/go.mod index d3514b95..70ef4804 100644 --- a/go.mod +++ b/go.mod @@ -136,4 +136,4 @@ require ( go 1.22.0 -toolchain go1.22.1 +toolchain go1.22.7