Skip to content

Commit

Permalink
v1.3.0 更新编译版本
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Nov 28, 2024
1 parent a1918f5 commit d10fd18
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 @@ -125,7 +125,7 @@ jobs:
strategy:
matrix:
platform: [ 'macos-12', 'macos-latest' ]
go-version: [ '1.22' ]
go-version: [ '1.23' ]
runs-on: ${{ matrix.platform }}
steps:
- name: Test Env
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
strategy:
matrix:
platform: [ 'windows-latest' ]
go-version: [ '1.22' ]
go-version: [ '1.23' ]
runs-on: ${{ matrix.platform }}
steps:
- name: Test Env
Expand Down

0 comments on commit d10fd18

Please sign in to comment.