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
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.4"
go-version: "1.22.5"
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.4"
go-version: "1.22.5"

2
go.mod
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