From 2320d56ee319c316e32b6ea1585814df2a3a9a87 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:47:56 +0530 Subject: [PATCH] Update github action --- .github/workflows/release.yml | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff857c9..bc56ab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 # You can adjust the Go version here + go-version: 1.20 # You can adjust the Go version here - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 diff --git a/cmd/root.go b/cmd/root.go index ada8a91..a3259e8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" ) -const AppVersion = "0.1.0-beta" +const AppVersion = "0.1.1-beta" var ctrl *pkg.ClICtrl