Commit 88c07749 authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Han-Wen Nienhuys

.github: Add Go1.21, Go1.22, Go1.23 to CI matrix

Change-Id: Ib3f6882e26404d8f6192b9ad8be3536aef3d84d5
parent 612c80e9
......@@ -15,6 +15,9 @@ jobs:
- "1.18.x" # Golang upstream stable
- "1.19.x" # Golang upstream stable
- "1.20.x" # Golang upstream stable
- "1.21.x" # Golang upstream stable
- "1.22.x" # Golang upstream stable
- "1.23.x" # Golang upstream stable
GOMAXPROCS:
- "" # Use all cpus (default).
- "1" # Single-cpu mode. Some failures are only visible like this.
......
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