Skip to content

Commit

Permalink
Update Go version to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Sep 15, 2024
1 parent f6cf0f2 commit 4402ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.21
go-version: ^1.23

- name: Get project dependencies
run: go mod download
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.21
go-version: ^1.23

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 4402ebc

Please sign in to comment.