aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorMaximo Cuadros <mcuadros@gmail.com>2023-02-05 12:26:55 +0100
committerMaximo Cuadros <mcuadros@gmail.com>2023-02-05 12:26:55 +0100
commit7ab4957732a817bada223e5c361f0c9753d9e40c (patch)
tree7775ecf18660e6df64ea8c1c15983f53eeddb0e8 /.github/workflows/test.yml
parentf848aaf02ab0cb9a41cef3f457c45a93e2265d76 (diff)
downloadgo-git-7ab4957732a817bada223e5c361f0c9753d9e40c.tar.gz
ci: update go version
Diffstat (limited to '.github/workflows/test.yml')
-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 bbe531e..b576d38 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go-version: [1.18.x, 1.19.x]
+ go-version: [1.19.x, 1.20.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}