author | Alberto Bertogli
<albertito@blitiri.com.ar> 2021-10-04 23:21:14 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2021-10-04 23:21:14 UTC |
parent | a5bd8cbc0dc0a48768629adb13aacfcacb0afba8 |
.gitlab-ci.yml | +2 | -4 |
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 782e718..8540014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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