Skip to content

Commit

Permalink
build: upgrade to Go 1.22.5 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg authored Jul 7, 2024
1 parent e38a054 commit ed7ee14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed7ee14

Please sign in to comment.