Skip to content

Commit c72d6df

Browse files
authored
chore: updated golang to v1.24.3 (#1629)
This change would also ensure that we account for CVEs https://nvd.nist.gov/vuln/detail/cve-2025-22871 and https://nvd.nist.gov/vuln/detail/CVE-2025-22866
1 parent b328512 commit c72d6df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.0 AS build
1+
FROM golang:1.24.3 AS build
22
WORKDIR /deck
33
COPY go.mod ./
44
COPY go.sum ./

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kong/deck
22

3-
go 1.23.5
3+
go 1.24.3
44

55
replace github.com/yudai/gojsondiff v1.0.0 => github.com/Kong/gojsondiff v1.3.0
66

0 commit comments

Comments
 (0)