From 6ddc6493d47866f3b7199fb003d3408f05c3cb38 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 8 Aug 2022 09:10:45 +0200 Subject: [PATCH] Update Nomad version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e65ac..8a771fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: GO_VERSION: 1.18 - NOMAD_VERSION: 1.2.6 + NOMAD_VERSION: 1.3.3 jobs: compile: