Skip to content

Commit

Permalink
chore(go): update Go to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
timoknapp committed Aug 13, 2024
1 parent 88fc3ad commit 8cc526f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ jobs:
with:
name: sc-rpi
path: sc-rpi
- name: Test CLI
run: |
./sc-linux ls "Fusion"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
uses: actions/setup-go@v2
with:
go-version: "1.19" # The Go version to download (if necessary) and use.
go-version: "1.22" # The Go version to download (if necessary) and use.
- run: go version
- run: make build-linux
- run: make build-mac
Expand Down

0 comments on commit 8cc526f

Please sign in to comment.