From 8019285698ea9c8a461219a0b7b8f0afb885ef28 Mon Sep 17 00:00:00 2001 From: kiwiidb Date: Mon, 29 May 2023 14:11:35 +0200 Subject: [PATCH] integration tests: update go version --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index bff83e3..ad3235d 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -7,7 +7,7 @@ jobs: test: strategy: matrix: - go-version: [ 1.17.x ] + go-version: [ 1.20.x ] platform: [ ubuntu-latest ] runs-on: ${{ matrix.platform }} services: