From 6515a2545980365c0547bfbd80fc617b91115b19 Mon Sep 17 00:00:00 2001 From: Vinay Gopalan Date: Mon, 6 May 2024 11:01:16 -0700 Subject: [PATCH] update makefile --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eecc519d..b90031f6 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/go.mod b/go.mod index 69620dc9..fb201545 100644 --- a/go.mod +++ b/go.mod @@ -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