From 8ac9368903caa7cabdf4e2ff4b083eb0172a7ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 10 Jan 2026 21:08:36 +0100 Subject: [PATCH] Update GitHub Actions - Go test versions: 1.24.x, 1.25.x - GitHub Actions: updated to pinned hashes --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53bbed8..e7bc500 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [1.22.x] + go-version: [1.24.x, 1.25.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: