Skip to content

Commit bf47cd8

Browse files
renovate[bot]devflow.devflow-routing-intake
andauthored
chore(deps): update actions/setup-go action to v6.3.0 (#47550)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | minor | `v6.2.0` → `v6.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>actions/setup-go (actions/setup-go)</summary> ### [`v6.3.0`](https://redirect.github.com/actions/setup-go/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/actions/setup-go/compare/v6.2.0...v6.3.0) #### What's Changed - Update default Go module caching to use go.mod by [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in [#&#8203;705](https://redirect.github.com/actions/setup-go/pull/705) - Fix golang download url to go.dev by [@&#8203;178inaba](https://redirect.github.com/178inaba) in [#&#8203;469](https://redirect.github.com/actions/setup-go/pull/469) **Full Changelog**: <actions/setup-go@v6...v6.3.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nL25vLWNoYW5nZWxvZyIsImRlcGVuZGVuY2llcyIsImRlcGVuZGVuY2llcy1naXRodWItYWN0aW9ucyIsInFhL25vLWNvZGUtY2hhbmdlIl19--> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 8af0184 commit bf47cd8

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/buildimages-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Bazel cache
6565
uses: ./.github/actions/bazel-cache
6666

67-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
67+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
6868
with:
6969
# use the go version from the input, not from the .go-version file
7070
# in case it's a Go update PR

.github/workflows/collector-generate-and-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
18+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
1919
with:
2020
go-version-file: .go-version
2121

.github/workflows/cws-btfhub-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
features: legacy-tasks
6767

6868
- name: Install go
69-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
69+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7070
with:
7171
go-version-file: '.go-version'
7272

@@ -109,7 +109,7 @@ jobs:
109109
features: legacy-tasks
110110

111111
- name: Install go
112-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
112+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
113113
with:
114114
go-version-file: '.go-version'
115115

.github/workflows/go_mod_tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: ./.github/actions/bazel-cache
2222
- name: Install go
23-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
23+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2424
with:
2525
go-version-file: ".go-version"
2626
- name: Install dda

.github/workflows/gohai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939
with:
4040
persist-credentials: false
41-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
41+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
4242
with:
4343
go-version-file: ${{ matrix.go-file }}
4444
- name: Test

.github/workflows/update_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
# credentials are needed to create the PR at the end of the workflow
3131
persist-credentials: true
32-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
32+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3333
with:
3434
go-version-file: ".go-version"
3535
- name: Install dda

0 commit comments

Comments
 (0)