From 293fc41da99f0bec23f6bb935ba6844ff95f9a10 Mon Sep 17 00:00:00 2001 From: Thomas Dickson Date: Wed, 16 Apr 2025 11:46:28 +1200 Subject: [PATCH] fix: testing in github actions: update minimum version --- .github/workflows/test.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bdd11c..1e6ecc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.19.x, 1.20.x, 1.21.x, 1.23.x] + go-version: [1.21.x, 1.24.x] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: diff --git a/go.mod b/go.mod index 8a2278c..f4a6044 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module mvdan.cc/fdroidcl go 1.21.0 -toolchain go1.23.0 +toolchain go1.24.2 require ( github.com/kr/pretty v0.3.1