Skip to content

Commit 594f66a

Browse files
committed
upgrade to v1.24.3
1 parent e523da4 commit 594f66a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.trunk/trunk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins:
1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
17+
1818
1919
2020

go.mod

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

3-
go 1.24.2
3+
go 1.24.3
44

55
require (
66
contrib.go.opencensus.io/exporter/prometheus v0.4.2

graphql/e2e/custom_logic/cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hypermodeinc/dgraph/graphql/e2e/custom_logic/cmd
22

3-
go 1.24.2
3+
go 1.24.3
44

55
require (
66
github.com/graph-gophers/graphql-go v1.6.0

t/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# linux || darwin
77
GOOS ?= $(shell go env GOOS)
88
GOPATH ?= $(shell go env GOPATH)
9-
MIN_GO_VERSION = "1.24.2"
9+
MIN_GO_VERSION = "1.24.3"
1010

1111
all: test
1212

0 commit comments

Comments
 (0)