From 0422153f4c91714e306f210d884e14f63a53b2df Mon Sep 17 00:00:00 2001 From: Sebastien Laithier Date: Wed, 10 May 2023 16:12:50 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f6730c..c36eaf9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,8 @@ stages: - lint - build -lint: +linter: + stage: lint image: cytopia/golint:latest script: - golint main.go