Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed May 6, 2024
1 parent 9d40968 commit 6515a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ testacc:
# source files.
.PHONY: generate
generate:
@go generate $(go list ./... | grep -v /vendor/)
@go generate $(shell go list ./plugin/... | grep -v /vendor/)

# bootstrap the build by downloading additional tools
.PHONY: bootstrap
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hashicorp/vault-plugin-secrets-gcp

go 1.21

toolchain go1.21.5
toolchain go1.22.2

require (
github.com/hashicorp/errwrap v1.1.0
Expand Down

0 comments on commit 6515a25

Please sign in to comment.