aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-13 17:01:20 -0500
committerAaron Buchwald <aaron.buchwald56@gmail.com>2020-11-13 17:01:20 -0500
commit6a542ffa05e3a70139bf1de0a4f0bf2e510d069e (patch)
tree95c4929a16a0ae81fd00f23776ce801428d1dab1
parentc519b661358e185f9a9f09586cf7de1b17aa332f (diff)
Remove support for go versions prior to go1.15
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 779dba0..31ae101 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- go: ['1.13', '1.14', '1.15']
+ go: ['1.15']
os: [macos-10.15, macos-11.0, ubuntu-18.04, ubuntu-20.04, windows-latest]
steps:
- uses: actions/checkout@v2