diff --git a/.github/workflows/publish.hashicorpvault.plugin.yml b/.github/workflows/publish.hashicorpvault.plugin.yml index 06083f26..f3ec7357 100644 --- a/.github/workflows/publish.hashicorpvault.plugin.yml +++ b/.github/workflows/publish.hashicorpvault.plugin.yml @@ -16,7 +16,6 @@ jobs: working-directory: integration/vault-plugin-secrets-ksm steps: - - name: "Checkout" uses: actions/checkout@v4 with: @@ -53,6 +52,8 @@ jobs: - name: "Fetch Go Dependencies" run: | export GOPATH=$HOME/go + export GOPROXY=https://proxy.golang.org,direct + export GO111MODULE=on go mod tidy - name: "Create binaries" @@ -80,4 +81,4 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - body: "KSM Hashicorp Vault Secrets Plugin ${{ github.ref }}" + body: "KSM Hashicorp Vault Secrets Plugin ${{ github.ref }}" \ No newline at end of file