Skip to content

Commit

Permalink
chore(deps): update go to 1.16
Browse files Browse the repository at this point in the history
- Update Dockerfile from 1.13 to 1.16
- Update GitHub Actions from 1.14 to 1.16
  • Loading branch information
jimeh committed Feb 23, 2021
1 parent 3ab8870 commit b8415e5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/incoming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Incoming Checks
on: [pull_request, push]

env:
GO_VERSION: "1.14"
GO_VERSION: "1.16"

jobs:
go_mod:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"

env:
GO_VERSION: "1.14"
GO_VERSION: "1.16"

jobs:
go_mod:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-stretch
FROM golang:1.16-buster
WORKDIR /src
COPY tfproviderlint /usr/bin/tfproviderlint
ENTRYPOINT ["/usr/bin/tfproviderlint"]
Expand Down
Loading

0 comments on commit b8415e5

Please sign in to comment.