diff --git a/.github/workflows/publish.hashicorpvault.plugin.yml b/.github/workflows/publish.hashicorpvault.plugin.yml index f3ec7357..3458cd1f 100644 --- a/.github/workflows/publish.hashicorpvault.plugin.yml +++ b/.github/workflows/publish.hashicorpvault.plugin.yml @@ -24,7 +24,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 @@ -51,9 +51,6 @@ 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" @@ -81,4 +78,4 @@ jobs: tag: ${{ github.ref }} overwrite: true file_glob: true - body: "KSM Hashicorp Vault Secrets Plugin ${{ github.ref }}" \ No newline at end of file + body: "KSM Hashicorp Vault Secrets Plugin ${{ github.ref }}"