Browse Source

fix: testing in github actions: update minimum version

pull/83/head
Thomas Dickson 11 months ago
parent
commit
293fc41da9
  1. 2
      .github/workflows/test.yml
  2. 2
      go.mod

2
.github/workflows/test.yml

@ -4,7 +4,7 @@ jobs:
test: test:
strategy: strategy:
matrix: 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] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

2
go.mod

@ -2,7 +2,7 @@ module mvdan.cc/fdroidcl
go 1.21.0 go 1.21.0
toolchain go1.23.0 toolchain go1.24.2
require ( require (
github.com/kr/pretty v0.3.1 github.com/kr/pretty v0.3.1

Loading…
Cancel
Save