From 0d8211a434484e65d799d83531a56214246cff17 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Sat, 12 Aug 2023 10:33:11 +0200 Subject: [PATCH] go1.21 and python3.11 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 774158b2..3ad1eba4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - go: ["1.19.x", "1.20.x"] + go: ["1.20.x", "1.21.x"] steps: - name: Setup Go ${{ matrix.go }} @@ -19,7 +19,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: "3.9.X" + python-version: "3.11.X" architecture: "x64" - name: Check out code into the Go module directory