Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update Go Version to 1.21.3 #633

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

MovieStoreGuy
Copy link
Contributor

Context

The latest version of go fixes a published VULN , this is to address that potential concern. It should be limited to HTTP/2 connections, however, it is in our best interest to update the version to ensure that patch is applied.

Changes.

  • Updated go version to 1.21.3

@@ -1,5 +1,5 @@
# Go version needs to be the same in: CI config, README, Dockerfiles, and Makefile
FROM golang:1.19.7-alpine AS build
FROM golang:1.21.3 AS build
Copy link
Contributor

Choose a reason for hiding this comment

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

getting rid of alpine? Is this a breaking change?

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh never mind, just the build step

@MovieStoreGuy MovieStoreGuy merged commit a13789a into master Oct 12, 2023
5 checks passed
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.

3 participants