Skip to content

Commit

Permalink
⬆ chore: bump go to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlkrs committed Sep 27, 2022
1 parent 107eb03 commit 3ba1c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go ${{ matrix.node-version }}
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.19.x

- name: Cache Go modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/manifoldco/promptui"
)

var version string = "v1.0.6"
var version string = "v1.0.7"

func main() {
profiles, err := parseProfiles()
Expand Down

0 comments on commit 3ba1c18

Please sign in to comment.