Skip to content

Commit b44c5fd

Browse files
chore(deps): update actions/setup-go digest to 7a3fe6c (#36)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) ([changelog](https://redirect.github.com/actions/setup-go/compare/4dc6199c7b1a012772edbd06daecab0f50c9053c..7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5)) | action | digest | `4dc6199` → `7a3fe6c` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43OC4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzguMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
1 parent 03a8d64 commit b44c5fd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2626
- name: Setup Go
27-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
27+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2828
with:
2929
go-version-file: 'go.mod'
3030
- name: Run tests

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
15-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
15+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
1616
with:
1717
go-version-file: 'go.mod'
1818
- run: go run golang.org/x/vuln/cmd/govulncheck@latest ./...

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "IS_TAG=${IS_TAG}" >> $GITHUB_OUTPUT
5757
echo "Building version: ${VERSION} [is_tag=${IS_TAG}]"
5858
- name: Set up Go
59-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
59+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
6060
with:
6161
go-version-file: 'go.mod'
6262
- name: Remove Git Tags with Charts

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
19+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
2020
with:
2121
go-version-file: 'go.mod'
2222
- run: make test
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3333
- name: Set up Go for golangci-lint
34-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
34+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
3535
with:
3636
go-version-file: go.mod
3737
cache: false

0 commit comments

Comments
 (0)