Skip to content

Commit

Permalink
bump go version to 1.22.5
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
  • Loading branch information
ahrtr committed Jul 5, 2024
1 parent ada6263 commit 163dd68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-version.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Go version setup

env:
GO_VERSION: "1.22.4"
GO_VERSION: "1.22.5"

on:
workflow_call:
Expand Down
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/ahrtr/etcd-defrag

go 1.22

toolchain go1.22.4
toolchain go1.22.5

require (
github.com/maja42/goval v1.4.0
Expand Down

0 comments on commit 163dd68

Please sign in to comment.