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
3 changed files with 3 additions and 3 deletions
+1 -1
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 }}
+1 -1
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"
+1 -1
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