diff options
author | Aaron Buchwald <[email protected]> | 2020-11-13 17:01:20 -0500 |
---|---|---|
committer | Aaron Buchwald <[email protected]> | 2020-11-13 17:01:20 -0500 |
commit | 6a542ffa05e3a70139bf1de0a4f0bf2e510d069e (patch) | |
tree | 95c4929a16a0ae81fd00f23776ce801428d1dab1 /.github | |
parent | c519b661358e185f9a9f09586cf7de1b17aa332f (diff) |
Remove support for go versions prior to go1.15
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |