Skip to content

Commit 574c63b

Browse files
authored
chore: updated go version to v1.25.6 (#1887)
1 parent 5a0df61 commit 574c63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.25.5
1+
ARG GO_VERSION=1.25.6
22
FROM golang:${GO_VERSION} AS build
33
WORKDIR /deck
44
COPY go.mod ./

go.mod

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

3-
go 1.25.5
3+
go 1.25.6
44

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

0 commit comments

Comments
 (0)