We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ad44a commit 43553adCopy full SHA for 43553ad
Makefile
@@ -6,7 +6,7 @@ tidy:
6
test:
7
go test -v ./...
8
9
-GOLANGCI_LINT_VERSION ?= v2.1.2
+GOLANGCI_LINT_VERSION ?= v2.6.1
10
lint:
11
if ! command -v golangci-lint &> /dev/null; then \
12
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gptscript-ai/go-gptscript
2
3
-go 1.24.2
+go 1.25.3
4
5
require (
github.com/modelcontextprotocol/go-sdk v0.2.0
0 commit comments