From 03528196539691d1bb7daf2dd20bd6521fcc5b3f Mon Sep 17 00:00:00 2001 From: Kalin Daskalov <kalin.daskalov@vereign.com> Date: Fri, 15 Dec 2023 14:52:17 +0200 Subject: [PATCH] Add automatic tag fetching from remote repo --- .gitlab-ci.yml | 4 ++-- app | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd1f04b..59f15e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ lint: - cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app unit tests: - image: golang:1.21.3 + image: golang:1.21.4 stage: test tags: - amd64-docker @@ -48,7 +48,7 @@ unit tests: coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/' govulncheck: - image: golang:1.21.3 + image: golang:1.21.4 stage: test tags: - amd64-docker diff --git a/app b/app index 1bb0257..bf062b1 160000 --- a/app +++ b/app @@ -1 +1 @@ -Subproject commit 1bb0257b687bb2f015debedd0c4cdbb508a6012e +Subproject commit bf062b1da4c3f7df413e1dd2f7e0e334c915c0f6 -- GitLab