mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-22 16:08:09 +01:00
Compare commits
No commits in common. "0d2c4019d419d6287fd1f1351b1562550afaace5" and "0be9888cea0cc94844d88c11a37f24ab7a6337bd" have entirely different histories.
0d2c4019d4
...
0be9888cea
2 changed files with 2 additions and 3 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -14,9 +14,8 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
matrix:
|
||||||
go: ['1.22', '1.23']
|
go: ['1.21', '1.22', '1.23.0-rc.2']
|
||||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||||
name: build
|
name: build
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/Crocmagnon/fatcontext
|
module github.com/Crocmagnon/fatcontext
|
||||||
|
|
||||||
go 1.22.6
|
go 1.21
|
||||||
|
|
||||||
require golang.org/x/tools v0.23.0
|
require golang.org/x/tools v0.23.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue