Skip to content

Commit

Permalink
Update actions/setup-go digest to 41dfa10 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
  • Loading branch information
elastic-renovate-prod[bot] authored Oct 25, 2024
1 parent ddc8edb commit 74bbe35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-test-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go: ["stable"]
steps:
- name: Set up Go ${{matrix.go}}
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: ${{matrix.go}}
check-latest: true
Expand All @@ -38,7 +38,7 @@ jobs:
go: ["stable", "1.18.10"]
steps:
- name: Set up Go ${{matrix.go}}
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: ${{matrix.go}}
check-latest: true
Expand All @@ -59,7 +59,7 @@ jobs:
go: ["1.22"]
steps:
- name: Set up Go ${{matrix.go}}
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: ${{matrix.go}}
check-latest: true
Expand All @@ -82,7 +82,7 @@ jobs:
contents: write
steps:
- name: Set up Go ${{matrix.go}}
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: ${{matrix.go}}
check-latest: true
Expand Down

0 comments on commit 74bbe35

Please sign in to comment.