Skip to content

Commit

Permalink
fix: update go version in build-package.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Jul 5, 2024
1 parent ff442a7 commit 22ec281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
version: '285.0.0'
- run: gcloud info
- name: Set up Go 1.17
uses: actions/setup-go@v1
- name: Set up Go 1.22
uses: actions/setup-go@v4
with:
go-version: 1.22.5
id: go
Expand Down

0 comments on commit 22ec281

Please sign in to comment.