From 4cc8ab422cc9ae369e163dbf46e32d03befd59d1 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Tue, 25 Jul 2023 22:08:08 +0200 Subject: [PATCH] Update Nomad version for GitHub actions --- .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 c010129..ef52d19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: env: GO_VERSION: '1.20' - NOMAD_VERSION: '1.6.0' + NOMAD_VERSION: '1.6.1' CNI_VERSION: '1.3.0' jobs: