aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2021-03-26 17:23:04 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2021-03-26 17:23:04 +0100
commit4ac486c35e922847d007e51b0235b0b2ecd07ed0 (patch)
treefb79d3c10578d4a704dec908dcdec4bae3277f50 /.github
parent9d995cb7bb620f284c935979b6d6066fe2c63a8b (diff)
downloadgo-git-4ac486c35e922847d007e51b0235b0b2ecd07ed0.tar.gz
github-action: update go version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
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 }}