Skip to content

Commit

Permalink
ci: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang committed Nov 8, 2023
1 parent e39bcc1 commit c08e433
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 @@ -42,6 +42,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://go.dev/dl/go1.18.3.linux-amd64.tar.gz"
goversion: "https://go.dev/dl/go1.20.11.linux-amd64.tar.gz"
project_path: "./cmd/arana"
binary_name: "arana"

0 comments on commit c08e433

Please sign in to comment.