From aa0170098da82415c3e9466ca7bda1e1d5a3a8ae Mon Sep 17 00:00:00 2001 From: Scott Winkler Date: Wed, 25 Oct 2023 00:57:40 -0700 Subject: [PATCH] update makefile --- .github/workflows/test.yml | 2 +- GNUmakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10a60bbd6a..3ba1983c86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: paths-ignore: - 'README.md' - 'CHANGELOG.md' -name: Test +name: test jobs: test: diff --git a/GNUmakefile b/GNUmakefile index 587b24d20e..04c0143470 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ tools: cd tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint cd tools && go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs cd tools && go install github.com/hashicorp/copywrite - cd tools && go install go install mvdan.cc/gofumpt@latest + cd tools && go install go install mvdan.cc/gofumpt generate-all-dto: ## Generate all DTOs for SDK interfaces go generate ./internal/sdk/*_dto.go