Skip to content

Commit

Permalink
chore: update examples/getting-started to go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmota committed Nov 4, 2022
1 parent fd63fbe commit 7b66e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/getting-started/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1.19 as builder
WORKDIR /code
COPY main.go .
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion examples/getting-started/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/GoogleContainerTools/skaffold/examples/getting-started

go 1.18
go 1.19

0 comments on commit 7b66e8c

Please sign in to comment.