Skip to content

Commit 5326430

Browse files
chore(deps): update actions/setup-go action to v6 (#218)
Co-authored-by: botty-mcbottington[bot] <168950816+botty-mcbottington[bot]@users.noreply.github.com>
1 parent 69eafd7 commit 5326430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 2
2222

2323
- name: Set up Go
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@v6
2525
with:
2626
go-version: stable
2727

@@ -52,7 +52,7 @@ jobs:
5252
persist-credentials: false
5353

5454
- name: Set up Go
55-
uses: actions/setup-go@v5
55+
uses: actions/setup-go@v6
5656
with:
5757
go-version: stable
5858

0 commit comments

Comments
 (0)