Skip to content

Commit c5cdaf0

Browse files
chore(deps): Update golang to v1.24.3 (#9410)
1 parent 445bfd5 commit c5cdaf0

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.trunk/trunk.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.12
5+
version: 1.22.15
66

77
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
88
plugins:
@@ -14,7 +14,7 @@ plugins:
1414
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1515
runtimes:
1616
enabled:
17-
17+
1818
1919
2020

@@ -26,24 +26,24 @@ lint:
2626
- contrib/**
2727
- protos/pb/pb.pb.go
2828
enabled:
29-
30-
- trivy@0.61.1
29+
30+
- trivy@0.62.1
3131
32-
32+
3333
3434
- git-diff-check
3535
3636
3737
38-
39-
38+
39+
4040
41-
- renovate@39.254.3
41+
- renovate@40.0.6
4242
4343
44-
- tflint@0.56.0
45-
46-
44+
- tflint@0.57.0
45+
46+
4747
actions:
4848
enabled:
4949
- trunk-announce

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################### Stage I ######################
2-
FROM golang:1.24.2 AS builder
2+
FROM golang:1.24.3 AS builder
33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
bzip2=1.0.8-5+b1 \
55
git=1:2.39.5-0+deb12u2 \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hypermodeinc/dgraph/v25
22

3-
go 1.24.2
3+
go 1.24.3
44

55
require (
66
contrib.go.opencensus.io/exporter/prometheus v0.4.2

graphql/e2e/custom_logic/cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hypermodeinc/dgraph/graphql/e2e/custom_logic/cmd
22

3-
go 1.24.2
3+
go 1.24.3
44

55
require (
66
github.com/graph-gophers/graphql-go v1.6.0

t/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# linux || darwin
77
GOOS ?= $(shell go env GOOS)
88
GOPATH ?= $(shell go env GOPATH)
9-
MIN_GO_VERSION = "1.24.2"
9+
MIN_GO_VERSION = "1.24.3"
1010

1111
all: test
1212

0 commit comments

Comments
 (0)