Skip to content

Commit ac15f6d

Browse files
authored
chore: bump Go patch version (#9303)
1 parent 0cc2fe2 commit ac15f6d

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.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

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
available through your OS package manager)
3131
- Install [Docker](https://docs.docker.com/install/) and
3232
[Docker Compose](https://docs.docker.com/compose/install/).
33-
- [Install Go 1.22.7 or above](https://golang.org/doc/install).
33+
- [Install Go 1.22.11 or above](https://golang.org/doc/install).
3434

3535
### Setup Dgraph from source repo
3636

@@ -111,7 +111,7 @@ Dgraph SHA-256 : 9ce738cd055dfebdef5d68b2a49ea4e062e597799498607dbd1bb618d4886
111111
Commit SHA-1 : 15839b156
112112
Commit timestamp : 2025-01-10 17:56:49 -0500
113113
Branch : username/some-branch-that-im-on
114-
Go version : go1.22.7
114+
Go version : go1.22.11
115115
jemalloc enabled : true
116116

117117
For Dgraph official documentation, visit https://dgraph.io/docs.

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/v24
22

3-
go 1.22.7
3+
go 1.22.11
44

55
require (
66
contrib.go.opencensus.io/exporter/jaeger v0.2.1

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.22.7
3+
go 1.22.11
44

55
require (
66
github.com/graph-gophers/graphql-go v1.5.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.22.7"
9+
MIN_GO_VERSION = "1.22.11"
1010

1111
all: test
1212

t/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies by running `make check`.
1616

1717
### Go
1818

19-
Version 1.22.7 or higher.
19+
Version 1.22.11 or higher.
2020

2121
### Docker
2222

0 commit comments

Comments
 (0)