Browse Source

Update go 1.23 (#3730)

pull/3734/head
yuhan6665 3 months ago committed by GitHub
parent
commit
592c2daf58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml
  2. 2
      .github/workflows/test.yml

2
.github/workflows/release.yml

@ -187,7 +187,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.gotoolchain || '1.22' }}
go-version: ${{ matrix.gotoolchain || '1.23' }}
check-latest: true
- name: Get project dependencies

2
.github/workflows/test.yml

@ -32,7 +32,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
check-latest: true
- name: Restore Cache
uses: actions/cache/restore@v4

Loading…
Cancel
Save