diff --git a/Makefile b/Makefile index b90031f..eecc519 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ testacc: # source files. .PHONY: generate generate: - @go generate $(shell go list ./plugin/... | grep -v /vendor/) + @go generate $(go list ./... | grep -v /vendor/) # bootstrap the build by downloading additional tools .PHONY: bootstrap diff --git a/go.mod b/go.mod index fb20154..b39bc97 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/hashicorp/vault-plugin-secrets-gcp go 1.21 -toolchain go1.22.2 - require ( github.com/hashicorp/errwrap v1.1.0 github.com/hashicorp/go-cleanhttp v0.5.2