Skip to content

Commit

Permalink
Update Go version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leninalive committed Jul 1, 2024
1 parent 2e77804 commit 2e3f7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as awg
FROM golang:1.22.3 as awg
COPY . /awg
WORKDIR /awg
RUN go mod download && \
Expand Down

0 comments on commit 2e3f7d1

Please sign in to comment.