mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 23:48:10 +01:00
Compare commits
3 commits
0be9888cea
...
0d2c4019d4
Author | SHA1 | Date | |
---|---|---|---|
0d2c4019d4 | |||
77afd24616 | |||
2e1ec44b79 |
2 changed files with 3 additions and 2 deletions
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
|
@ -14,8 +14,9 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: ['1.21', '1.22', '1.23.0-rc.2']
|
||||
go: ['1.22', '1.23']
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
name: build
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/Crocmagnon/fatcontext
|
||||
|
||||
go 1.21
|
||||
go 1.22.6
|
||||
|
||||
require golang.org/x/tools v0.23.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue