Skip to content

Commit

Permalink
Merge pull request #96 from fuweid/fix-build
Browse files Browse the repository at this point in the history
Dockerfile: update go version
  • Loading branch information
fuweid authored Feb 19, 2024
2 parents 62c50a4 + 3fa71ba commit e9952ae
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 build-stage
FROM golang:1.21 AS build-stage

WORKDIR /gomod
COPY go.mod go.sum ./
Expand Down

0 comments on commit e9952ae

Please sign in to comment.