Skip to content

Commit b659875

Browse files
Merge pull request #58 from collibra/renovate-fb16417638f44b9
chore(deps): update go module directive to v1.27.0
2 parents 06dca46 + bdfbde2 commit b659875

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Lint
5656
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
5757
with:
58-
version: v2.12.2
58+
version: v2.13.1
5959

6060
- name: FOSSA Scan
6161
uses: fossas/fossa-action@ff70fe9fe17cbd2040648f1c45e8ec4e4884dcf3 # v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GO := go
22
go_lint := golangci-lint
33

4-
make gotestsum := go run gotest.tools/gotestsum@latest
4+
gotestsum := go run gotest.tools/gotestsum@latest
55

66
generate:
77
$(GO) generate ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/collibra/terraform-provider-data-access
22

3-
go 1.26.6
3+
go 1.27.0
44

55
tool (
66
github.com/dmarkham/enumer

0 commit comments

Comments
 (0)