Commit 1e62711b authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys Committed by Jakob Unterwurzacher

.github: drop Go 1.13 / 1.15, add Go 1.18/1.19

Change-Id: Ifb84efcb76615cc492c867afb9e1840a6977d402
parent 7b59dbf3
......@@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
go:
- "1.13.x" # Ubuntu 20.04 LTS "focal"
- "1.15.x" # Debian 11 "Bullseye"
- "1.16.x" # Golang upstream stable
- "1.17.x" # Golang upstream stable
- "1.18.x" # Golang upstream stable
- "1.19.x" # Golang upstream stable
# Don't cancel everything when one Go version fails
fail-fast: false
runs-on: ubuntu-latest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment