From 1c5254ace4787f07a8ccbbfb3646e129b58b4184 Mon Sep 17 00:00:00 2001
From: Kalin Daskalov <kalin.daskalov@vereign.com>
Date: Tue, 19 Dec 2023 16:10:38 +0200
Subject: [PATCH] update tag and go version for tests

---
 .gitlab-ci.yml | 4 ++--
 Chart.yaml     | 4 ++--
 app            | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1fa1e5..3014bad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,7 +36,7 @@ lint:
     - cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
 
 unit tests:
-  image: golang:1.21.4
+  image: golang:1.21.5
   stage: test
   tags:
     - amd64-docker
@@ -50,7 +50,7 @@ unit tests:
   coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
 
 govulncheck:
-  image: golang:1.21.4
+  image: golang:1.21.5
   stage: test
   tags:
     - amd64-docker
diff --git a/Chart.yaml b/Chart.yaml
index a9e154f..12a15c9 100644
--- a/Chart.yaml
+++ b/Chart.yaml
@@ -1,6 +1,6 @@
 apiVersion: v1
-appVersion: v1.3.0
+appVersion: v1.3.1
 description: infohub deployment
 name: infohub
-version: 1.3.0
+version: 1.3.1
 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
diff --git a/app b/app
index 86f5bf7..918cab5 160000
--- a/app
+++ b/app
@@ -1 +1 @@
-Subproject commit 86f5bf771a954c9819e2322342a58a0ecf6e0366
+Subproject commit 918cab5783ea11b2292a7f71cc1947a297abc53a
-- 
GitLab