Compare commits

..

No commits in common. "0d2c4019d419d6287fd1f1351b1562550afaace5" and "0be9888cea0cc94844d88c11a37f24ab7a6337bd" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

@ -14,9 +14,8 @@ permissions:
jobs:
build:
strategy:
fail-fast: false
matrix:
go: ['1.22', '1.23']
go: ['1.21', '1.22', '1.23.0-rc.2']
os: [macos-latest, windows-latest, ubuntu-latest]
name: build
runs-on: ${{ matrix.os }}

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/Crocmagnon/fatcontext
go 1.22.6
go 1.21
require golang.org/x/tools v0.23.0