Skip to content

Update golang version to 1.24.11 to include some security updates - #131

Merged
ifbyol merged 7 commits into
mainfrom
ifbyol/update-golang-124
Jan 2, 2026
Merged

Update golang version to 1.24.11 to include some security updates#131
ifbyol merged 7 commits into
mainfrom
ifbyol/update-golang-124

Conversation

@ifbyol

@ifbyol ifbyol commented Jan 2, 2026

Copy link
Copy Markdown
Member

Update golang version to 1.24.11 to include some security updates

Signed-off-by: Nacho Fuertes <nacho@okteto.com>
ifbyol added 3 commits January 2, 2026 09:49
Signed-off-by: Nacho Fuertes <nacho@okteto.com>
Signed-off-by: Nacho Fuertes <nacho@okteto.com>
Signed-off-by: Nacho Fuertes <nacho@okteto.com>
@ifbyol
ifbyol requested a review from jpf-okteto January 2, 2026 09:34
ifbyol added 2 commits January 2, 2026 11:54
Signed-off-by: Nacho Fuertes <nacho@okteto.com>
Signed-off-by: Nacho Fuertes <nacho@okteto.com>

@jpf-okteto jpf-okteto left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

rest LGTM

Comment thread golang/Dockerfile Outdated
go install golang.org/x/tools/gopls@${GOPLS_VERSION} && \
go install sigs.k8s.io/controller-tools/cmd/controller-gen@${CONTROLLER_GEN_VERSION} && \
curl --retry 5 --retry-all-errors -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b /usr/bin -d ${AIR_VERSION}
curl -fsSL "https://github.com/cosmtrek/air/releases/download/${AIR_VERSION}/air_${AIR_VERSION#v}_linux_${TARGETARCH}.tar.gz" | tar -xz -C /usr/local/bin air

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
curl -fsSL "https://github.com/cosmtrek/air/releases/download/${AIR_VERSION}/air_${AIR_VERSION#v}_linux_${TARGETARCH}.tar.gz" | tar -xz -C /usr/local/bin air
curl -fsSL "https://github.com/air-verse/air/releases/download/${AIR_VERSION}/air_${AIR_VERSION#v}_linux_${TARGETARCH}.tar.gz" | tar -xz -C /usr/local/bin air

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@jpf-okteto Changed in b57250d

Signed-off-by: Nacho Fuertes <nacho@okteto.com>
@ifbyol
ifbyol merged commit 0f4e00c into main Jan 2, 2026
9 checks passed
@ifbyol
ifbyol deleted the ifbyol/update-golang-124 branch January 2, 2026 12:06
@ifbyol ifbyol mentioned this pull request Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants