From 113ce43838e7697adf65da23eb5d6ffb71343a47 Mon Sep 17 00:00:00 2001 From: Nick Stogner Date: Mon, 6 Nov 2023 20:07:44 -0500 Subject: [PATCH] Update go version for tests --- .github/workflows/integration-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7c4828b5..447bc990 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -13,6 +13,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - + - name: Setup Go + uses: actions/setup-go@v4 + with: + go-version: '>=1.21.0' - name: Run system test kind run: make test-integration