Skip to content

Commit

Permalink
bump go to 1.22.4 and version to 0.14.0
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 Jun 7, 2024
1 parent 4ea10ee commit b1e6104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3"
GO_VERSION: "1.22.4"

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.3
toolchain go1.22.4

require (
github.com/maja42/goval v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

var (
Version = "0.12.0"
Version = "0.14.0"
// GitSHA is the commit SHA value set during build
GitSHA = "Not provided (use ./build.sh)"
)

0 comments on commit b1e6104

Please sign in to comment.