Use go1.25 for CI

This commit is contained in:
Cuong Manh Le
2026-03-05 17:03:12 +07:00
committed by Cuong Manh Le
parent 56b3ee19c1
commit f44169c8b2

View File

@@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.24.x"]
go: ["1.25.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3