We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559aaf7 + e4e74e4 commit c2f553eCopy full SHA for c2f553e
docker/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.25.1 AS builder
+FROM golang:1.25.2 AS builder
16
17
ARG GOPROXY="https://proxy.golang.org,direct"
18
ENV GOPROXY=$GOPROXY
versions.mk
@@ -19,8 +19,8 @@
19
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
20
VERSION ?= v25.3.4
21
22
-GOLANG_VERSION ?= 1.25.1
+GOLANG_VERSION ?= 1.25.2
23
24
-GOLANGCI_LINT_VERSION ?= v2.4.0
+GOLANGCI_LINT_VERSION ?= v2.5.0
25
26
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")
0 commit comments