Skip to content

Commit

Permalink
Bump go version to 1.22.9 (#78)
Browse files Browse the repository at this point in the history
* Bump go version to 1.22.9

This should fix some stdlib CVEs

* Fix format warnings
  • Loading branch information
adidenko authored Nov 8, 2024
1 parent 98cb609 commit 53cb2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
# @authors Minigun Maintainers
# @copyright 2020 Wayfair, LLC -- All rights reserved.

FROM golang:1.22 as test
FROM golang:1.22.9 AS test
ENV GOPATH=/go
ENV PATH="$PATH:$GOPATH/bin"
WORKDIR /go/src/github.com/wayfair-incubator/minigun
COPY . ./
RUN make test

FROM test as build
FROM test AS build
ENV GOPATH=/go
ENV PATH="$PATH:$GOPATH/bin"
WORKDIR /go/src/github.com/wayfair-incubator/minigun
Expand Down

0 comments on commit 53cb2ae

Please sign in to comment.