Skip to content

Commit

Permalink
update go version for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed May 26, 2024
1 parent 4b9878f commit 9132ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.19'
go-version: '^1.22'
- name: Install Dependencies
run: |
go install github.com/mattn/goveralls@latest
Expand Down

0 comments on commit 9132ca7

Please sign in to comment.