Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 40f0e16

Browse files
chore(deps): update actions/setup-go action to v6.2.0 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 356d579 commit 40f0e16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- internal/updater
2020
steps:
2121
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
22-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
22+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2323
with:
2424
cache: true
2525
cache-dependency-path: '**/go.sum'

.github/workflows/push-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
ref: ${{ needs.versioning.outputs.tag_name }}
6363
token: ${{ steps.app_token.outputs.token }}
6464

65-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
65+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
6666
with:
6767
go-version: '1.25'
6868

0 commit comments

Comments
 (0)