fix from lint error

This commit is contained in:
yugo kobayashi
2022-07-07 20:35:27 +00:00
parent 17af5d518f
commit 396b693e1c
3 changed files with 7 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ func TestCommand_dockerfile(t *testing.T) {
t.FailNow()
}
expected := `FROM golang:1.16-alpine as builder
expected := `FROM golang:1.18-alpine as builder
ENV CGO_ENABLED=0
WORKDIR /go/src/
COPY go.mod go.sum ./