adjust workflow versions

This commit is contained in:
Qishuai Liu 2024-11-19 23:16:37 +09:00
parent 57bcb5003e
commit b059d3763d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19', '1.20', '1.21', '1.22' ]
go-version: [ '1.22', '1.23' ]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}