ci: use latest Go 1.21 build

Use `1.21.x` instead of `1.21.0` to automatically select the latest.
This commit is contained in:
Gaukas Wang 2023-10-09 20:51:42 -06:00
parent 428ca2ca29
commit a99c453a2c
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D

View file

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
go: [ "1.20.x", "1.21.0" ]
go: [ "1.20.x", "1.21.x" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3