aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoahdietz <ndietz@google.com>2023-08-16 15:34:50 -0700
committernoahdietz <ndietz@google.com>2023-08-16 15:34:50 -0700
commitdb89a3cfe24b97b7ecb5ab72a21dee16692c298c (patch)
treeb8d3f1e64e51c1971986afec2364827eda15afde
parent78d68fcb27b2fb5b21872bd67cc5a26fd16d9270 (diff)
downloadgoogle-uuid-db89a3cfe24b97b7ecb5ab72a21dee16692c298c.tar.gz
fix go1.20 resolving to go1.2
-rw-r--r--.github/workflows/tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 51531a4..39d1811 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -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