Skip to content

Commit

Permalink
ci: use currently maintained Golang releases (1.18 & 1.19) (#309)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
  • Loading branch information
glours committed Sep 26, 2022
1 parent 6bf774c commit be0dada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
test:
strategy:
matrix:
go-version: ['1.17', '1.18', '>=1.19.0-rc.2']
go-version: ['1.18', '1.19']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
timeout-minutes: 5
Expand Down

0 comments on commit be0dada

Please sign in to comment.