We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c404e0a commit 696739bCopy full SHA for 696739b
.github/workflows/golangci-lint.yaml
@@ -13,4 +13,4 @@ jobs:
13
- name: golangci-lint
14
uses: golangci/golangci-lint-action@v2
15
with:
16
- version: v1.39
+ version: v1.40
tools/go.mod
@@ -1,9 +1,9 @@
1
module github.com/terraform-providers/terraform-provider-docker/tools
2
3
-go 1.15
+go 1.16
4
5
require (
6
github.com/client9/misspell v0.3.4
7
- github.com/golangci/golangci-lint v1.39.0
+ github.com/golangci/golangci-lint v1.40.0
8
github.com/katbyte/terrafmt v0.3.0
9
)
0 commit comments