diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 2ecde340528..16262ba02e2 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -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: @@ -14,7 +14,7 @@ plugins: # Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes) runtimes: enabled: - - go@1.24.2 + - go@1.24.3 - node@18.20.5 - python@3.10.8 @@ -26,24 +26,24 @@ lint: - contrib/** - protos/pb/pb.pb.go enabled: - - golangci-lint2@2.1.2 - - trivy@0.61.1 + - golangci-lint2@2.1.6 + - trivy@0.62.1 - actionlint@1.7.7 - - checkov@3.2.407 + - checkov@3.2.421 - dotenv-linter@3.3.0 - git-diff-check - gofmt@1.20.4 - hadolint@2.12.1-beta - markdownlint@0.44.0 - - osv-scanner@2.0.1 - - oxipng@9.1.4 + - osv-scanner@2.0.2 + - oxipng@9.1.5 - prettier@3.5.3 - - renovate@39.254.3 + - renovate@40.0.6 - shellcheck@0.10.0 - shfmt@3.6.0 - - tflint@0.56.0 - - trufflehog@3.88.25 - - yamllint@1.37.0 + - tflint@0.57.0 + - trufflehog@3.88.29 + - yamllint@1.37.1 actions: enabled: - trunk-announce diff --git a/Dockerfile b/Dockerfile index 718a9dd19fb..54e477057a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/go.mod b/go.mod index 2623d700893..44fc8f9215f 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/graphql/e2e/custom_logic/cmd/go.mod b/graphql/e2e/custom_logic/cmd/go.mod index 316a22fc2c1..210b461c919 100644 --- a/graphql/e2e/custom_logic/cmd/go.mod +++ b/graphql/e2e/custom_logic/cmd/go.mod @@ -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 diff --git a/t/Makefile b/t/Makefile index e0a3398a834..283943d9629 100644 --- a/t/Makefile +++ b/t/Makefile @@ -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