diff options
author | Michael Muré <batolettre@gmail.com> | 2021-02-09 10:51:14 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:19:02 +0100 |
commit | f5b92dcd53c744dc12883a35ef2e8e564a8b69de (patch) | |
tree | 220ff995b1ff803e9cc6b4d72baf4e229a578fc5 /.github/workflows | |
parent | 2bdb1b60ff83de157f1a0d9ed42555d96b945fa6 (diff) | |
download | git-bug-f5b92dcd53c744dc12883a35ef2e8e564a8b69de.tar.gz |
require go 1.15
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3ce22f3a..8200a84a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.15.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} |