Upgrade to Go 1.23.6 (#371)

This commit is contained in:
Geoff Bourne 2025-03-02 20:03:34 -06:00 committed by GitHub
parent b09659dea6
commit 8819329a11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
release:
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
with:
go-version: "1.22.5"
go-version: "1.23.6"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@ -11,4 +11,4 @@ jobs:
build:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version: "1.22.5"
go-version: "1.23.6"

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/itzg/mc-router
go 1.21
toolchain go1.22.5
toolchain go1.23.6
require (
github.com/go-kit/kit v0.13.0