Skip to content

Commit 060f7bc

Browse files
chore(deps): update dependency go to v1.24.4 (open-telemetry#518)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/actions/go-versions) | uses-with | patch | `1.24.3` -> `1.24.4` | --- ### Release Notes <details> <summary>actions/go-versions (go)</summary> ### [`v1.24.4`](https://redirect.github.com/actions/go-versions/releases/tag/1.24.4-15482447176): 1.24.4 [Compare Source](https://redirect.github.com/actions/go-versions/compare/1.24.3-14875263452...1.24.4-15482447176) Go 1.24.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am every weekday" (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/open-telemetry/otel-arrow). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb49db0 commit 060f7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: true
3232
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3333
with:
34-
go-version: "1.24.3"
34+
go-version: "1.24.4"
3535
- name: Run tests with coverage
3636
run: go test -cover -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... ./...
3737
working-directory: ./go/${{ matrix.folder }}
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6262
with:
63-
go-version: "1.24.3"
63+
go-version: "1.24.4"
6464
- uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
6565
with:
6666
languages: go

0 commit comments

Comments
 (0)