Skip to content

Commit

Permalink
bumped docker file go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Aug 28, 2024
1 parent 45a399c commit 10d64fb
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
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.20 AS build-stage
FROM golang:1.22 AS build-stage

WORKDIR /app

Expand All @@ -15,4 +15,4 @@ RUN CGO_ENABLED=0 GOOS=linux go install

# Run the tests in the container
FROM build-stage AS run-test-stage
RUN go test -v ./...
RUN go test -v ./...

0 comments on commit 10d64fb

Please sign in to comment.