0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00

chore(ci): update actions/setup-go digest (f111f33 → 0aaccfd) (#1831)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-19 22:19:42 -04:00 committed by GitHub
parent a681e828bf
commit bd5ab9103c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ jobs:
- .github/workflows/golangci-lint.yml
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
if: ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
with:
go-version-file: "go.mod"

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go
if: ${{ steps.filter.outputs.go == 'true' }}
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version-file: "go.mod"
cache-dependency-path: "**/*.sum"
@ -64,7 +64,7 @@ jobs:
- '**/*.go'
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version-file: "go.mod"
cache-dependency-path: "**/*.sum"

View File

@ -41,7 +41,7 @@ jobs:
ref: ${{ github.event.inputs.ref || github.ref}}
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version-file: "go.mod"
cache-dependency-path: "**/*.sum"