summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2021-06-08 22:55:06 +1000
committerJames Mills <prologic@shortcircuit.net.au>2021-06-08 22:55:06 +1000
commit7e3d72c24f96d33a89889b0f441b2b76367bd0e7 (patch)
tree4915ccb503dfe24324ddba2f124a3346d3855ef7
parent89442bb269851e81ca8ad0636dedda5665d0a5e2 (diff)
Update Go versions to build/test against in CI to 1.14, 1.15 and 1.16
-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 0fe74f1..23322ff 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -10,7 +10,7 @@ jobs:
name: Build and Test
strategy:
matrix:
- go-version: [1.12.x, 1.13.x]
+ go-version: [1.14.x, 1.15.x, 1.16.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps: