Update github action

This commit is contained in:
Neeraj Gupta 2023-10-23 21:47:56 +05:30
parent da9402de72
commit 2320d56ee3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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