Skip to content

Commit

Permalink
GHA: Trying to fix HashiCorp vault integration publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimu committed Jul 30, 2024
1 parent d9d105d commit ea3acce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.hashicorpvault.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v5
with:
go-version: 1.20
go-version: 1.21

# Cache GoLang libs
- uses: actions/cache@v4
Expand All @@ -52,7 +52,6 @@ jobs:
- name: "Fetch Go Dependencies"
run: |
export GOPATH=$HOME/go
go mod tidy
- name: "Create binaries"
Expand Down

0 comments on commit ea3acce

Please sign in to comment.