From 1663008eb6739fe44929d21f080c718ab58b7afe Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Wed, 19 Jul 2023 13:11:39 +0200 Subject: [PATCH] Update Nomad and CNI version for GitHub actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e9a3f..c010129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,8 @@ on: env: GO_VERSION: '1.20' - NOMAD_VERSION: '1.4.4' - CNI_VERSION: '1.1.1' + NOMAD_VERSION: '1.6.0' + CNI_VERSION: '1.3.0' jobs: compile: