Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Build a local Go toolchain image
FROM golang:1.24 AS go
FROM golang:1.26 AS go
USER root
# Intentionally empty: this stage serves as a runnable Go toolchain container

Expand Down
2 changes: 1 addition & 1 deletion linter.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Build a local golangci-lint image
FROM golangci/golangci-lint:v2.6 AS lint
FROM golangci/golangci-lint:v2.11 AS lint
USER root
# Intentionally empty: this stage serves as a runnable golangci-lint container

Expand Down