Skip to content

Commit

Permalink
Merge pull request #148 from samuelbartels20/go-v1.23.3
Browse files Browse the repository at this point in the history
Bump go toolchain to 1.23.3
  • Loading branch information
jmhbnz authored Nov 10, 2024
2 parents 54e202a + eee4d03 commit f695a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

NAME ?= auger
PKG ?= github.com/etcd-io/$(NAME)
GO_VERSION ?= 1.23.2
GO_VERSION ?= 1.23.3
GOOS ?= linux
GOARCH ?= amd64
TEMP_DIR := $(shell mktemp -d)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/etcd-io/auger

go 1.23

toolchain go1.23.2
toolchain go1.23.3

require (
github.com/google/safetext v0.0.0-20220914124124-e18e3fe012bf
Expand Down

0 comments on commit f695a62

Please sign in to comment.