From 3c95727099334b9d77e16c27c22de07f28ecbee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 13:32:49 +0000 Subject: [PATCH] build(deps): bump Rethunk-Tech/gh-actions/setup-go in the actions group Bumps the actions group with 1 update: [Rethunk-Tech/gh-actions/setup-go](https://github.com/rethunk-tech/gh-actions). Updates `Rethunk-Tech/gh-actions/setup-go` from 1.9 to 1.10 - [Release notes](https://github.com/rethunk-tech/gh-actions/releases) - [Commits](https://github.com/rethunk-tech/gh-actions/compare/45d60bff5148282bbbf11e6f2460829eab772cf2...5d07bd8adb2dda1caa11cacd886edf73e2e95afb) --- updated-dependencies: - dependency-name: Rethunk-Tech/gh-actions/setup-go dependency-version: '1.10' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15d0d80..a03f0e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: go build ./... steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: Rethunk-Tech/gh-actions/setup-go@45d60bff5148282bbbf11e6f2460829eab772cf2 # v1.9 + - uses: Rethunk-Tech/gh-actions/setup-go@5d07bd8adb2dda1caa11cacd886edf73e2e95afb # v1.10 with: go-version-file: go.mod - name: ${{ matrix.name }} @@ -45,7 +45,7 @@ jobs: # govulncheck is on here, not merely available: this repo's own doctor # flags Go projects that leave it off, and shipping a tool that gives # advice it does not take would be the wrong kind of example. - - uses: Rethunk-Tech/gh-actions/setup-go@45d60bff5148282bbbf11e6f2460829eab772cf2 # v1.9 + - uses: Rethunk-Tech/gh-actions/setup-go@5d07bd8adb2dda1caa11cacd886edf73e2e95afb # v1.10 with: go-version-file: go.mod run-lint: "true" @@ -67,7 +67,7 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: Rethunk-Tech/gh-actions/setup-go@45d60bff5148282bbbf11e6f2460829eab772cf2 # v1.9 + - uses: Rethunk-Tech/gh-actions/setup-go@5d07bd8adb2dda1caa11cacd886edf73e2e95afb # v1.10 with: go-version-file: go.mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c3180a..6336580 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: Rethunk-Tech/gh-actions/setup-go@45d60bff5148282bbbf11e6f2460829eab772cf2 # v1.9 + - uses: Rethunk-Tech/gh-actions/setup-go@5d07bd8adb2dda1caa11cacd886edf73e2e95afb # v1.10 with: go-version-file: go.mod