Skip to content

Commit

Permalink
chore: bump Go patch version (#9303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Feb 8, 2025
1 parent 0cc2fe2 commit ac15f6d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .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].7
- [email protected].11
- [email protected]
- [email protected]

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.7 or above](https://golang.org/doc/install).
- [Install Go 1.22.11 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.7
Go version : go1.22.11
jemalloc enabled : true

For Dgraph official documentation, visit https://dgraph.io/docs.
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.7
go 1.22.11

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.7
go 1.22.11

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.7"
MIN_GO_VERSION = "1.22.11"

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.7 or higher.
Version 1.22.11 or higher.

### Docker

Expand Down

0 comments on commit ac15f6d

Please sign in to comment.