Skip to content
Open
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 02-build-and-test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# start from an upstream, maintained build image for Go
FROM golang:1.12
FROM golang:1.26rc2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑 Production Risk: Using a release candidate version (1.26rc2) in production environments is risky. Release candidates are pre-release versions that may contain bugs or instability issues that could affect application reliability.

Suggested change
FROM golang:1.26rc2
FROM golang:1.25


ARG VERSION=0.1

Expand Down