Skip to content

Commit 1c340b4

Browse files
chore(deps): update actions/setup-go action to v6
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/setup-go | v2 | v6 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 5f112eb commit 1c340b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@v2
19+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2020
with:
2121
go-version: 1.24.2
2222
- name: Build

0 commit comments

Comments
 (0)