summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-01-31 19:43:30 -0800
committerAlex Flint <[email protected]>2021-01-31 19:43:30 -0800
commitec285c8ec42c705f21f2f101f43131bbbbdd264e (patch)
tree454560f43055696a7f0d6942dc55361ef9fc84d3
parentefe5cdf4da7e0590ee3293247a3990ce609a8fdf (diff)
parentbd6844a20d4ddb26d861917f81bde1e884435505 (diff)
Merge remote-tracking branch 'origin/master' into optional-long
-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