summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-01-31 19:43:20 -0800
committerGitHub <[email protected]>2021-01-31 19:43:20 -0800
commitbd6844a20d4ddb26d861917f81bde1e884435505 (patch)
tree7e0c4f90d04b1c616d3604f350445c7d23c43e3b
parent2a23168641ed1fb55f5f4dc72f50bdf15cb65b27 (diff)
parentb099bc916bec6223e3d2b211aaf5c82aefb7b484 (diff)
Merge pull request #138 from alexflint/ci-go15
Add go1.15 to CI
-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..fd71843 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