Skip to content

Commit

Permalink
go.mod: update to go 1.22.7
Browse files Browse the repository at this point in the history
Among other fixes, Go 1.22.6 fixes a code signing issue on macOS and
XCode 16 that prevents Zoetk from running:
golang/go#68088
  • Loading branch information
stanhu committed Sep 24, 2024
1 parent a6e3dc2 commit 9a1d713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22.1
golang 1.22.7
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ require (

go 1.22.0

toolchain go1.22.1
toolchain go1.22.7

0 comments on commit 9a1d713

Please sign in to comment.