From 1d681c6c875e82b3446803f7b4bf067a3ef8d194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:58:32 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 4 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0250d7c..65ce82e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: ~/.cache/go-build ~/.cache/golangci-lint - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: ${{env.GO_VERSION}} # Keep the linter version and its config in .golangci.yml in sync with the app repo at @@ -54,7 +54,7 @@ jobs: path: | ./api/firmware/testdata/simulators - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: ${{env.GO_VERSION}} - name: Test @@ -76,7 +76,7 @@ jobs: ~/.cache/go-build ~/.cache/golangci-lint - name: Install Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: ${{env.GO_VERSION}} - name: Build