Skip to content

Commit

Permalink
remove toolchain directive
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed May 6, 2024
1 parent 6515a25 commit c67ddb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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 $(shell go list ./plugin/... | grep -v /vendor/)
@go generate $(go list ./... | grep -v /vendor/)

# bootstrap the build by downloading additional tools
.PHONY: bootstrap
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c67ddb1

Please sign in to comment.