Skip to content

Commit

Permalink
chore(deps): bump Go patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler committed Feb 14, 2025
1 parent 84415a7 commit 3c7f4b9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins:
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
- [email protected].11
- [email protected].12
- [email protected]
- [email protected]

Expand All @@ -28,7 +28,7 @@ lint:
enabled:
- [email protected]
- [email protected]
- [email protected].365
- [email protected].369
- [email protected]
- git-diff-check
- [email protected]
Expand All @@ -37,12 +37,12 @@ lint:
- [email protected]
- [email protected]
- [email protected]
- prettier@3.4.2
- renovate@39.161.0
- prettier@3.5.0
- renovate@39.169.3
- [email protected]
- [email protected]
- [email protected]
- [email protected].4
- [email protected].7
- [email protected]
actions:
enabled:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
available through your OS package manager)
- Install [Docker](https://docs.docker.com/install/) and
[Docker Compose](https://docs.docker.com/compose/install/).
- [Install Go 1.22.11 or above](https://golang.org/doc/install).
- [Install Go 1.22.12 or above](https://golang.org/doc/install).

### Setup Dgraph from source repo

Expand Down Expand Up @@ -111,7 +111,7 @@ Dgraph SHA-256 : 9ce738cd055dfebdef5d68b2a49ea4e062e597799498607dbd1bb618d4886
Commit SHA-1 : 15839b156
Commit timestamp : 2025-01-10 17:56:49 -0500
Branch : username/some-branch-that-im-on
Go version : go1.22.11
Go version : go1.22.12
jemalloc enabled : true

For Dgraph official documentation, visit https://dgraph.io/docs.
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reporting Security Concerns

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

We will investigate all legitimate reports and do our best to quickly fix the problem. Please report
any issues or vulnerabilities via GitHub Security Advisories instead of posting a public issue in
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hypermodeinc/dgraph/v24

go 1.22.11
go 1.22.12

require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion graphql/e2e/custom_logic/cmd/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hypermodeinc/dgraph/graphql/e2e/custom_logic/cmd

go 1.22.11
go 1.22.12

require (
github.com/graph-gophers/graphql-go v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# linux || darwin
GOOS ?= $(shell go env GOOS)
GOPATH ?= $(shell go env GOPATH)
MIN_GO_VERSION = "1.22.11"
MIN_GO_VERSION = "1.22.12"

all: test

Expand Down
2 changes: 1 addition & 1 deletion t/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies by running `make check`.

### Go

Version 1.22.11 or higher.
Version 1.22.12 or higher.

### Docker

Expand Down

0 comments on commit 3c7f4b9

Please sign in to comment.