Skip to content

Commit

Permalink
upgrade go version on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
c0mm4nd committed Mar 5, 2024
1 parent 706a53b commit e87e1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.0'
go-version: '^1.22.0'
- name: Install cross-compilation tools
run: |
set -ex
Expand Down

0 comments on commit e87e1d8

Please sign in to comment.