We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0df61 commit 574c63bCopy full SHA for 574c63b
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.25.5
+ARG GO_VERSION=1.25.6
2
FROM golang:${GO_VERSION} AS build
3
WORKDIR /deck
4
COPY go.mod ./
go.mod
@@ -1,6 +1,6 @@
module github.com/kong/deck
-go 1.25.5
+go 1.25.6
5
replace github.com/yudai/gojsondiff v1.0.0 => github.com/Kong/gojsondiff v1.3.0
6
0 commit comments