Skip to content

Commit 43553ad

Browse files
committed
chore: bump go version to 1.25.3
Signed-off-by: Donnie Adams <[email protected]>
1 parent 17ad44a commit 43553ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tidy:
66
test:
77
go test -v ./...
88

9-
GOLANGCI_LINT_VERSION ?= v2.1.2
9+
GOLANGCI_LINT_VERSION ?= v2.6.1
1010
lint:
1111
if ! command -v golangci-lint &> /dev/null; then \
1212
echo "Could not find golangci-lint, installing version $(GOLANGCI_LINT_VERSION)."; \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gptscript-ai/go-gptscript
22

3-
go 1.24.2
3+
go 1.25.3
44

55
require (
66
github.com/modelcontextprotocol/go-sdk v0.2.0

0 commit comments

Comments
 (0)