update GitHub workflows

This commit is contained in:
Yasuhiro Matsumoto
2025-07-26 21:23:50 +09:00
committed by mattn
parent 90f0aff35d
commit 5629687fbd

View File

@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go: ['1.19', '1.20', '1.21'] go: ['1.20', '1.23', '1.24']
fail-fast: false fail-fast: false
env: env:
OS: ${{ matrix.os }} OS: ${{ matrix.os }}