Commit cb7f2d58 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'id-drop-go-1-12' into 'master'

Drop Go v1.12 support

See merge request gitlab-org/gitlab-workhorse!532
parents f0651101 75b4f4b4
......@@ -10,7 +10,7 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^[\d-]+-stable$/'
default:
image: golang:1.12
image: golang:1.13
tags:
- gitlab-org
......@@ -35,10 +35,6 @@ verify:
- apt-get update && apt-get -y install libimage-exiftool-perl
- make test
test using go 1.12:
extends: .test
image: golang:1.12
test using go 1.13:
extends: .test
image: golang:1.13
......
---
title: Drop Go v1.12 support
merge_request: 532
author:
type: changed
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