Skip to content

Commit 25316c2

Browse files
chore(deps): bump actions/setup-go from 4 to 5 (#1522)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce5f806 commit 25316c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: "3.10"
2626

27-
- uses: actions/setup-go@v4
27+
- uses: actions/setup-go@v5
2828
with:
2929
go-version: "^1.18"
3030
check-latest: true
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
python-version: "3.10"
101101

102-
- uses: actions/setup-go@v4
102+
- uses: actions/setup-go@v5
103103
with:
104104
go-version: "^1.18"
105105
check-latest: true

0 commit comments

Comments
 (0)