summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-01-31 19:27:06 -0800
committerAlex Flint <[email protected]>2021-01-31 19:27:06 -0800
commitb099bc916bec6223e3d2b211aaf5c82aefb7b484 (patch)
tree7e0c4f90d04b1c616d3604f350445c7d23c43e3b
parentbfa189218eed04a978323799640926aac177a67f (diff)
fix typo
-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 a75332e..fd71843 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.12', '1.13', '1.14', '1.15']
+ go: ['1.12', '1.13', '1.14', '1.15']
steps:
- id: go