Skip to content

Commit

Permalink
Compile with go v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bogosj committed Aug 17, 2021
1 parent 88b752d commit 4b388c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16-buster AS builder
FROM golang:1.17-buster AS builder
WORKDIR /gtg
COPY . /gtg
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /gtg/
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bogosj/go-tesla-go

go 1.16
go 1.17

require (
github.com/bogosj/tesla v1.0.2
Expand Down

0 comments on commit 4b388c1

Please sign in to comment.