update go.mod to 1.22
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.21) (push) Waiting to run
golangci-lint / lint (1.22) (push) Waiting to run

This commit is contained in:
Gabriel Augendre 2024-08-25 18:15:22 +02:00
parent 77afd24616
commit 0d2c4019d4

2
go.mod
View file

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