1
0
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:
Alberto Bertogli
2021-10-05 00:21:14 +01:00
parent a5bd8cbc0d
commit e444fe1ffd

View File

@@ -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