1
0
mirror of https://github.com/google/uuid.git synced 2025-02-16 12:23:51 +02:00

fix go1.20 resolving to go1.2

This commit is contained in:
noahdietz 2023-08-16 15:34:50 -07:00
parent 78d68fcb27
commit db89a3cfe2

View File

@ -8,7 +8,7 @@ jobs:
unit-tests:
strategy:
matrix:
go-version: [1.19, 1.20, 1.21]
go-version: [1.19, 1.20.x, 1.21]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3