mirror of
https://github.com/google/uuid.git
synced 2025-02-18 12:24:00 +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:
|
unit-tests:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19, 1.20, 1.21]
|
go-version: [1.19, 1.20.x, 1.21]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user