Skip to content

Commit

Permalink
chore: update go ver
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 11, 2023
1 parent 4c9f979 commit 7dd1bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/samplecmd/dockerfile.samplecmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2
FROM golang:1.21.5
ARG version
COPY go.* /go/src/github.com/flowerinthenight/golang-monorepo/
COPY pkg/ /go/src/github.com/flowerinthenight/golang-monorepo/pkg/
Expand Down
2 changes: 1 addition & 1 deletion services/samplesvc/dockerfile.samplesvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20.2
FROM golang:1.21.5
ARG version
COPY go.* /go/src/github.com/flowerinthenight/golang-monorepo/
COPY pkg/ /go/src/github.com/flowerinthenight/golang-monorepo/pkg/
Expand Down

0 comments on commit 7dd1bfe

Please sign in to comment.