summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-01-31 19:25:17 -0800
committerAlex Flint <[email protected]>2021-01-31 19:25:17 -0800
commitbfa189218eed04a978323799640926aac177a67f (patch)
tree9810aad6c09306fa51953c7acfc8c80ca49410ae
parent2a23168641ed1fb55f5f4dc72f50bdf15cb65b27 (diff)
add go1.15 to CI, drop go1.11
-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 571c285..a75332e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.11', '1.12', '1.13', '1.14']
+ go: [1.12', '1.13', '1.14', '1.15']
steps:
- id: go