ci: add ci test on go1.21+ version

This commit is contained in:
Inhere
2025-03-28 19:26:24 +08:00
committed by GitHub
parent f885dbb082
commit b27d29e85e

View File

@@ -14,12 +14,11 @@ on:
jobs:
test:
name: Test on go ${{ matrix.go_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
name: Test on go ${{ matrix.go_version }}
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.19, 1.21, '1.20']
os: [ubuntu-latest, macOS-latest]
go_version: [1.19, '1.20', 1.21, 1.22, 1.23, 1.24]
steps:
- name: Check out code