Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.12
version: 1.22.15

# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
Expand All @@ -14,7 +14,7 @@ plugins:
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
- [email protected].2
- [email protected].3
- [email protected]
- [email protected]

Expand All @@ -26,24 +26,24 @@ lint:
- contrib/**
- protos/pb/pb.pb.go
enabled:
- [email protected].2
- trivy@0.61.1
- [email protected].6
- trivy@0.62.1
- [email protected]
- [email protected].407
- [email protected].421
- [email protected]
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected].1
- [email protected].4
- [email protected].2
- [email protected].5
- [email protected]
- renovate@39.254.3
- renovate@40.0.6
- [email protected]
- [email protected]
- tflint@0.56.0
- [email protected].25
- [email protected].0
- tflint@0.57.0
- [email protected].29
- [email protected].1
actions:
enabled:
- trunk-announce
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###################### Stage I ######################
FROM golang:1.24.2 AS builder
FROM golang:1.24.3 AS builder
RUN apt-get update && apt-get install -y --no-install-recommends \
bzip2=1.0.8-5+b1 \
git=1:2.39.5-0+deb12u2 \
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/v25

go 1.24.2
go 1.24.3

require (
contrib.go.opencensus.io/exporter/prometheus v0.4.2
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.24.2
go 1.24.3

require (
github.com/graph-gophers/graphql-go v1.6.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.24.2"
MIN_GO_VERSION = "1.24.3"

all: test

Expand Down