Skip to content

Commit 921446e

Browse files
authored
chore(deps): bump Go patch version (#9307)
1 parent c974761 commit 921446e

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.trunk/trunk.yaml

Lines changed: 5 additions & 5 deletions
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

@@ -28,7 +28,7 @@ lint:
2828
enabled:
2929
3030
31-
31+
3232
3333
- git-diff-check
3434
@@ -37,12 +37,12 @@ lint:
3737
3838
3939
40-
- prettier@3.4.2
41-
- renovate@39.161.0
40+
- prettier@3.5.0
41+
- renovate@39.169.3
4242
4343
4444
45-
45+
4646
4747
actions:
4848
enabled:

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.11 or above](https://golang.org/doc/install).
33+
- [Install Go 1.22.12 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.11
114+
Go version : go1.22.12
115115
jemalloc enabled : true
116116

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

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reporting Security Concerns
22

3-
We take the security of Dgraph very seriously. If you believe you have found a security vulnerability
4-
in Dgraph, we encourage you to let us know right away.
3+
We take the security of Dgraph very seriously. If you believe you have found a security
4+
vulnerability in Dgraph, we encourage you to let us know right away.
55

66
We will investigate all legitimate reports and do our best to quickly fix the problem. Please report
77
any issues or vulnerabilities via GitHub Security Advisories instead of posting a public issue in

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.11
3+
go 1.22.12
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.11
3+
go 1.22.12
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.11"
9+
MIN_GO_VERSION = "1.22.12"
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.11 or higher.
19+
Version 1.22.12 or higher.
2020

2121
### Docker
2222

0 commit comments

Comments
 (0)