Update github action
This commit is contained in:
parent
da9402de72
commit
2320d56ee3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue