Skip to content

Commit 1601ab8

Browse files
Update actions/setup-go action to v6
1 parent b85b65c commit 1601ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Install Go
18-
uses: actions/setup-go@v4.0.1
18+
uses: actions/setup-go@v6.2.0
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Checkout repository

0 commit comments

Comments
 (0)