Skip to content

Commit

Permalink
Try updating go version to see if it fixes build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 committed Apr 24, 2024
1 parent 445e7ee commit ce80492
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: 1.22.2

- name: Build
run: go build -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/glifio/cli

go 1.19
go 1.22

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down
Loading

0 comments on commit ce80492

Please sign in to comment.