Commit 6732726b authored by Alessio Caiazza's avatar Alessio Caiazza

Merge branch 'go-1-14' into 'master'

Test against go 1.12 - 1.14

See merge request gitlab-org/gitlab-workhorse!467
parents 7df1fc61 de2386f8
image: golang:1.11 image: golang:1.12
# Disable DIND for SAST because we need to execute a before_script in the gosec-sast job # Disable DIND for SAST because we need to execute a before_script in the gosec-sast job
variables: variables:
...@@ -21,9 +21,6 @@ verify: ...@@ -21,9 +21,6 @@ verify:
- apt-get update && apt-get -y install libimage-exiftool-perl - apt-get update && apt-get -y install libimage-exiftool-perl
- make test - make test
test using go 1.11:
<<: *test_definition
test using go 1.12: test using go 1.12:
image: golang:1.12 image: golang:1.12
<<: *test_definition <<: *test_definition
...@@ -32,6 +29,10 @@ test using go 1.13: ...@@ -32,6 +29,10 @@ test using go 1.13:
image: golang:1.13 image: golang:1.13
<<: *test_definition <<: *test_definition
test using go 1.14:
image: golang:1.14
<<: *test_definition
test:release: test:release:
only: only:
- tags - tags
...@@ -45,4 +46,4 @@ include: ...@@ -45,4 +46,4 @@ include:
gosec-sast: gosec-sast:
before_script: before_script:
- apk add make - apk add make
- make install - make install
\ No newline at end of file
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