From 05759f79164755805c665ff41c90e300f788d17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Fri, 31 May 2024 20:50:46 +0200 Subject: [PATCH] build: update snippet test runner versions (#1915) --- .github/workflows/snippets.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snippets.yaml b/.github/workflows/snippets.yaml index 4e8a7ce1b..75ad71240 100644 --- a/.github/workflows/snippets.yaml +++ b/.github/workflows/snippets.yaml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: '1.20.7' + go-version: '1.22.x' - name: Run Go snippets working-directory: ./samples/snippets/golang-snippets run: go test @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.9' + python-version: '3.12' - run: python --version - name: Install pip run: python -m pip install --upgrade pip @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - run: node --version - name: Run dotnet snippets working-directory: ./samples/snippets/dotnet-snippets