Skip to content

Commit

Permalink
workflow release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lxw665 committed Jun 25, 2024
1 parent fe8259f commit c8ea85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "^1.20.0" # The Go version to download (if necessary) and use.
go-version: "^1.21.0" # The Go version to download (if necessary) and use.

- run: make deps
- run: make all
Expand Down

0 comments on commit c8ea85f

Please sign in to comment.