Skip to content

Commit

Permalink
build: update actions/setup-go digest to 41dfa10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 0dcaf05 commit 575d5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
k8s-version: ${{ env.SCAFFOLDING_K8S_VERSION }}
version: "latest-release"
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version-file: 'go.mod'
- name: Download Deps
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version-file: 'go.mod'
- name: GoReleaser
Expand Down

0 comments on commit 575d5c1

Please sign in to comment.