Skip to content

Commit

Permalink
Dockerfile: build image with Go 1.21rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jul 29, 2023
1 parent b60fe9c commit d70d0a7
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
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

FROM golang:1.20.6 AS builder
FROM golang:1.21rc3 AS builder
WORKDIR /code
ADD go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit d70d0a7

Please sign in to comment.