build: upgrade to Go 1.22.5 (#308)

This commit is contained in:
Geoff Bourne
2024-07-07 11:22:26 -05:00
committed by GitHub
parent e38a054c46
commit ed7ee144ad
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.4"
go-version: "1.22.5"
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.4"
go-version: "1.22.5"
+1 -1
View File
@@ -2,7 +2,7 @@ module github.com/itzg/mc-router
go 1.21
toolchain go1.22.4
toolchain go1.22.5
require (
github.com/go-kit/kit v0.13.0