From 4c9bc820e27a37c4cbcf8a7a191abc02e0f985f1 Mon Sep 17 00:00:00 2001 From: gotjosh Date: Thu, 3 Aug 2023 16:40:29 +0100 Subject: [PATCH] update the circleCI go orb Signed-off-by: gotjosh --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5088f0ea..eda87cca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: prometheus: prometheus/prometheus@0.16.0 - go: circleci/go@1.7.0 + go: circleci/go@1.7.3 jobs: test_frontend: # We need to use a machine executor because the front-end validation runs