Commit de2386f8 authored by Nick Thomas's avatar Nick Thomas

Test against go 1.12 - 1.14

parent 7df1fc61
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
variables:
......@@ -21,9 +21,6 @@ verify:
- apt-get update && apt-get -y install libimage-exiftool-perl
- make test
test using go 1.11:
<<: *test_definition
test using go 1.12:
image: golang:1.12
<<: *test_definition
......@@ -32,6 +29,10 @@ test using go 1.13:
image: golang:1.13
<<: *test_definition
test using go 1.14:
image: golang:1.14
<<: *test_definition
test:release:
only:
- tags
......@@ -45,4 +46,4 @@ include:
gosec-sast:
before_script:
- apk add make
- make install
\ No newline at end of file
- make install
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