mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
gitlab: Update minimal supported version
With the new Debian stable release, we now support back to Go 1.15. Update the automated tests to reflect this.
This commit is contained in:
@@ -16,11 +16,9 @@ stages:
|
||||
- su testing -c "go test ./..."
|
||||
- su testing -c "go test -race ./..."
|
||||
|
||||
golang_1.11:
|
||||
golang_1.15:
|
||||
<<: *golang
|
||||
image: golang:1.11 # Version in Debian stable.
|
||||
variables:
|
||||
GO111MODULE: "on"
|
||||
image: golang:1.15 # Version in Debian stable.
|
||||
|
||||
golang_latest:
|
||||
<<: *golang
|
||||
|
||||
Reference in New Issue
Block a user