From 02f46fba80c0837481f6bc1229fed101c89e9aeb Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 23 Aug 2023 17:26:04 +0200 Subject: [PATCH] .circleci/config.yml: update Go orb Signed-off-by: Simon Pasquier --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 567571dfc8..da49ac029c 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