Skip to content

Commit

Permalink
fix: use go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf committed Jan 14, 2025
1 parent 294136e commit 26f3cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export GO111MODULE=on
unexport GOPATH

# Go
GO_VERSION ?= 1.22.7
GO_VERSION ?= 1.23.0

# Directories.
ARTIFACTS ?= $(REPO_ROOT)/_artifacts
Expand Down

0 comments on commit 26f3cb4

Please sign in to comment.