Skip to content

Commit

Permalink
Fix warnings and upgrade go version
Browse files Browse the repository at this point in the history
Signed-off-by: Joeky <[email protected]>
  • Loading branch information
joeky888 committed Jul 4, 2024
1 parent e56cd9f commit 80e3933
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 114 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
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Build
run: go build -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.22'

- name: Get OS and arch info
run: |
Expand Down
Loading

0 comments on commit 80e3933

Please sign in to comment.