Skip to content

Commit 5bf6d9c

Browse files
Update actions/setup-go action to v6 (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc3764e commit 5bf6d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gopls_update_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
31-
- uses: actions/setup-go@v5
31+
- uses: actions/setup-go@v6
3232
with:
3333
go-version: "1.23"
3434
check-latest: true

0 commit comments

Comments
 (0)