1
0
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:
noahdietz 2023-08-16 15:34:50 -07:00
parent 78d68fcb27
commit db89a3cfe2

View File

@ -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