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:
parent
78d68fcb27
commit
db89a3cfe2
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user