Skip to content

Commit 47e4b06

Browse files
chore(deps): update actions/setup-go action to v6.4.0 (#8107)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6.3.0` → `v6.4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/5322) for more information. --- ### Release Notes <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6.4.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.4.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.3.0...v6.4.0) ##### What's Changed ##### Enhancement - Add go-download-base-url input for custom Go distributions by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;727](https://redirect.github.com/actions/setup-go/pull/727) ##### Documentation update - Rearrange README.md, add advanced-usage.md by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;724](https://redirect.github.com/actions/setup-go/pull/724) - Fix Microsoft build of Go link by [@&#8203;gdams](https://redirect.github.com/gdams) in [#&#8203;734](https://redirect.github.com/actions/setup-go/pull/734) ##### New Contributors - [@&#8203;gdams](https://redirect.github.com/gdams) made their first contribution in [#&#8203;721](https://redirect.github.com/actions/setup-go/pull/721) **Full Changelog**: <actions/setup-go@v6...v6.4.0> </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb698ed commit 47e4b06

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shard: ${{ fromJson(needs.sharding-benchmark.outputs.shards) }}
3535
steps:
3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
37+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3838
with:
3939
go-version: ${{ env.DEFAULT_GO_VERSION }}
4040
check-latest: true

.github/workflows/ci.yml

Lines changed: 7 additions & 7 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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
27+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2828
with:
2929
go-version: ${{ env.DEFAULT_GO_VERSION }}
3030
check-latest: true
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
fetch-depth: 0 ## Needed for "Set internal/tools/go.mod timestamp" step.
6868
- name: Install Go
69-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
69+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7070
with:
7171
go-version: ${{ env.DEFAULT_GO_VERSION }}
7272
check-latest: true
@@ -104,7 +104,7 @@ jobs:
104104
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
105105
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
106106
- name: Install Go
107-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
107+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
108108
with:
109109
go-version: ${{ env.DEFAULT_GO_VERSION }}
110110
cache-dependency-path: "**/go.sum"
@@ -117,7 +117,7 @@ jobs:
117117
- name: Checkout Repo
118118
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119
- name: Install Go
120-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
120+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
121121
with:
122122
go-version: ${{ env.DEFAULT_GO_VERSION }}
123123
check-latest: true
@@ -131,7 +131,7 @@ jobs:
131131
- name: Checkout Repo
132132
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133
- name: Install Go
134-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
134+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
135135
with:
136136
go-version: ${{ env.DEFAULT_GO_VERSION }}
137137
check-latest: true
@@ -145,7 +145,7 @@ jobs:
145145
- name: Checkout Repo
146146
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
147147
- name: Install Go
148-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
148+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
149149
with:
150150
go-version: ${{ env.DEFAULT_GO_VERSION }}
151151
check-latest: true
@@ -198,7 +198,7 @@ jobs:
198198
- name: Checkout code
199199
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
200200
- name: Install Go
201-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
201+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
202202
with:
203203
go-version: ${{ matrix.go-version }}
204204
check-latest: true

0 commit comments

Comments
 (0)