From 74bf6287a0becdc4ed4457743b507401bae6c27a Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Thu, 10 Aug 2023 20:04:03 +0200 Subject: [PATCH] Bump go version --- .github/workflows/test-go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index f2fb7e070..a0785876b 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -18,13 +18,13 @@ jobs: matrix: os: - ubuntu-latest - go: ['1.13.x', '1.18.x'] + go: ['1.20.x', '1.21.x'] include: # Integration tests don't work on Windows, reason unknown # - os: windows-latest -# go: '1.18.x' +# go: '1.21.x' - os: macos-latest - go: '1.18.x' + go: '1.21.x' steps: - uses: actions/checkout@v3