Skip to content

Commit

Permalink
Attempt to get working lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Nov 9, 2023
1 parent 7ef3689 commit 23e9253
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
sdk/go.sum
go-version: 1.21.x
- run: make upstream

# Work around https://github.com/google/go-licenses/issues/244
- run: cd upstream && go mod edit -go=1.21 && go mod tidy
- run: cd provider && go mod edit -go=1.21 && go mod tidy

- uses: pulumi/license-check-action@main
with:
module-path: provider
Expand Down
2 changes: 0 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/pulumi/pulumi-vault/provider/v5

go 1.21.3

toolchain go1.21.4

require (
github.com/hashicorp/terraform-provider-vault v0.0.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.63.2
Expand Down

0 comments on commit 23e9253

Please sign in to comment.