Skip to content

Commit

Permalink
Bump Go from 1.22.3 to 1.22.4
Browse files Browse the repository at this point in the history
Upgrade from Go 1.22.3 to 1.22.4 to receive 1 security-related update
for the standard library that affect this codebase.

The relevant security ID is `GO-2024-2887`.
  • Loading branch information
ericcornelissen committed Jun 5, 2024
1 parent d3252f3 commit 5e3d6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM docker.io/golang:1.22.3-alpine3.19
FROM docker.io/golang:1.22.4-alpine3.19

RUN apk add --no-cache \
bash git perl-utils zip \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ericcornelissen/ghasum

go 1.22.3
go 1.22.4

require (
4d63.com/gochecknoinits v0.0.0-20210416043744-25bb07f6e4e3
Expand Down

0 comments on commit 5e3d6b4

Please sign in to comment.