upgrade go version

This commit is contained in:
Tnze
2024-07-28 00:48:45 +08:00
parent 66b3b11049
commit 47ca8a6d9d
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
# match the minimum supported and the latest Go versions
go_version: [ '1.20', '^1.20' ]
go_version: [ '1.22', '^1.22' ]
steps: