summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2022-10-02 12:48:00 -0700
committerAlex Flint <[email protected]>2022-10-02 12:48:00 -0700
commitde2dbbd1812ce157f85f8e92c87c0788a5332259 (patch)
treef58d3c1e85a788124f426dc21e7796eabaa7a2d8
parentbc4a9b43702694bd0143b8c8f21f07ccafae8e81 (diff)
use empty string for "latest"
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 789916d..88e9d21 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.17', '1.18', '1.19', 'latest']
+ go: ['1.17', '1.18', '1.19', '']
steps:
- id: go