GODT-1833: Linter and pipeline fix after rebase.

This commit is contained in:
Jakub
2022-08-30 11:54:50 +02:00
parent 8592153c0f
commit 3c6f80e520
3 changed files with 4 additions and 5 deletions

View File

@ -108,8 +108,7 @@ test-integration:
dependency-updates:
stage: test
script:
- "echo 'NOTE: Do not run on go1.15 ( 'if...' can be removed once fully updated to go1.18)'"
- if [ 18 -le $(go version | cut -d. -f2 | cut -d " " -f1) ]; then make updates; fi
- make updates
# Stage: BUILD