go.mod: upgrade to 1.23.9
This commit is contained in:
parent
97c3460a94
commit
d62827e97c
4 changed files with 9 additions and 9 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
set -eu
|
||||
|
||||
GO_MINOR_VERSION="1.22"
|
||||
GO_VERSION="${GO_MINOR_VERSION}.8"
|
||||
GO_MINOR_VERSION="1.23"
|
||||
GO_VERSION="${GO_MINOR_VERSION}.9"
|
||||
|
||||
# Check latest Go version for the minor we're using
|
||||
LATEST=$(curl -s https://endoflife.date/api/go/"${GO_MINOR_VERSION}".json | jq -r .latest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue