mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +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 ./..."
|
||||||
- su testing -c "go test -race ./..."
|
- su testing -c "go test -race ./..."
|
||||||
|
|
||||||
golang_1.11:
|
golang_1.15:
|
||||||
<<: *golang
|
<<: *golang
|
||||||
image: golang:1.11 # Version in Debian stable.
|
image: golang:1.15 # Version in Debian stable.
|
||||||
variables:
|
|
||||||
GO111MODULE: "on"
|
|
||||||
|
|
||||||
golang_latest:
|
golang_latest:
|
||||||
<<: *golang
|
<<: *golang
|
||||||
|
|||||||
Reference in New Issue
Block a user