Skip to content

Commit

Permalink
Merge branch 'jimeh-go1-16'
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 18, 2021
2 parents 3ab8870 + 3d344ea commit 1743c0f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 65 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
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/bflad/tfproviderlint

go 1.13
go 1.16

require (
github.com/bflad/gopaniccheck v0.1.0
Expand Down
Loading

0 comments on commit 1743c0f

Please sign in to comment.