Compare commits

...

2 commits

Author SHA1 Message Date
Fernandez Ludovic
25eb4fa74b chore: ignore binary
Some checks are pending
Go / build (1.22, macos-latest) (push) Waiting to run
Go / build (1.22, ubuntu-latest) (push) Waiting to run
Go / build (1.22, windows-latest) (push) Waiting to run
Go / build (1.23, macos-latest) (push) Waiting to run
Go / build (1.23, ubuntu-latest) (push) Waiting to run
Go / build (1.23, windows-latest) (push) Waiting to run
golangci-lint / lint (1.22) (push) Waiting to run
golangci-lint / lint (1.23) (push) Waiting to run
2024-09-01 13:40:56 +02:00
Fernandez Ludovic
4526c31d1d fix: use mon go1.22.0 2024-09-01 13:40:56 +02:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea
/fatcontext
dist/

2
go.mod
View file

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