From 4bb9cbba9ab62f22a6dd9ee126d72f3545c1f162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 03:31:24 +0000 Subject: [PATCH 1/3] chore(deps): Update golang Docker tag to v1.24.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ From e523da434f5b9c2a17ff2ed3759d088865a57204 Mon Sep 17 00:00:00 2001 From: Aman Mangal Date: Thu, 15 May 2025 01:02:52 +0530 Subject: [PATCH 2/3] trunk upgrade --- .trunk/trunk.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 2ecde340528..cf9c63de35e 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: @@ -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 From 594f66a29a7289e7a5a4291082d61dcce1be005d Mon Sep 17 00:00:00 2001 From: Aman Mangal Date: Thu, 15 May 2025 01:05:27 +0530 Subject: [PATCH 3/3] upgrade to v1.24.3 --- .trunk/trunk.yaml | 2 +- go.mod | 2 +- graphql/e2e/custom_logic/cmd/go.mod | 2 +- t/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index cf9c63de35e..16262ba02e2 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -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 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