summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-04-16 21:01:28 -0700
committerGitHub <[email protected]>2021-04-16 21:01:28 -0700
commit113aef7114af6135372272d6bb8ac4ceaf3a7a79 (patch)
tree6ed9ec4c0596b289f7b56718a77df9ad96232dbc
parentcf2205c84db73b0c2be62a8981c2f61399b32d4a (diff)
parentcec6b0d378f253c5c56135968fd73613c828859f (diff)
Merge pull request #147 from alexflint/ci-go16
Add go 1.16 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 fd71843..3dbb91d 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.13', '1.14', '1.15', '1.16']
steps:
- id: go