Skip to content

Commit b057a76

Browse files
chore(deps): update actions/setup-go digest to 0aaccfd (#6470)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | digest | `f111f33` -> `0aaccfd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dc08e2 commit b057a76

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: self-hosted
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19-
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
19+
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2020
with:
2121
go-version: ${{ env.DEFAULT_GO_VERSION }}
2222
check-latest: true

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0 ## Needed for "Set internal/tools/go.mod timestamp" step.
2626
- name: Install Go
27-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
27+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
2828
with:
2929
go-version: ${{ env.DEFAULT_GO_VERSION }}
3030
check-latest: true
@@ -62,7 +62,7 @@ jobs:
6262
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
6363
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
6464
- name: Install Go
65-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
65+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
6666
with:
6767
go-version: ${{ env.DEFAULT_GO_VERSION }}
6868
cache-dependency-path: "**/go.sum"
@@ -75,7 +75,7 @@ jobs:
7575
- name: Checkout Repo
7676
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7777
- name: Install Go
78-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
78+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
7979
with:
8080
go-version: ${{ env.DEFAULT_GO_VERSION }}
8181
check-latest: true
@@ -89,7 +89,7 @@ jobs:
8989
- name: Checkout Repo
9090
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9191
- name: Install Go
92-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
92+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
9393
with:
9494
go-version: ${{ env.DEFAULT_GO_VERSION }}
9595
check-latest: true
@@ -103,7 +103,7 @@ jobs:
103103
- name: Checkout Repo
104104
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
105105
- name: Install Go
106-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
106+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
107107
with:
108108
go-version: ${{ env.DEFAULT_GO_VERSION }}
109109
check-latest: true
@@ -154,7 +154,7 @@ jobs:
154154
- name: Checkout code
155155
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
156156
- name: Install Go
157-
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
157+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
158158
with:
159159
go-version: ${{ matrix.go-version }}
160160
check-latest: true

0 commit comments

Comments
 (0)