There was an error while loading. Please reload this page.
2 parents 06dca46 + bdfbde2 commit b659875Copy full SHA for b659875
3 files changed
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Lint
56
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
57
with:
58
- version: v2.12.2
+ version: v2.13.1
59
60
- name: FOSSA Scan
61
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1
Makefile
@@ -1,7 +1,7 @@
1
GO := go
2
go_lint := golangci-lint
3
4
-make gotestsum := go run gotest.tools/gotestsum@latest
+gotestsum := go run gotest.tools/gotestsum@latest
5
6
generate:
7
$(GO) generate ./...
go.mod
@@ -1,6 +1,6 @@
module github.com/collibra/terraform-provider-data-access
-go 1.26.6
+go 1.27.0
tool (
github.com/dmarkham/enumer
0 commit comments