diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2021-03-26 17:23:04 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2021-03-26 17:23:04 +0100 |
commit | 4ac486c35e922847d007e51b0235b0b2ecd07ed0 (patch) | |
tree | fb79d3c10578d4a704dec908dcdec4bae3277f50 /.github/workflows/test.yml | |
parent | 9d995cb7bb620f284c935979b6d6066fe2c63a8b (diff) | |
download | go-git-4ac486c35e922847d007e51b0235b0b2ecd07ed0.tar.gz |
github-action: update go version
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2aece2f..1644dcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} |