Skip to content

Commit 1e4c723

Browse files
authored
Replace setup-go-faster action with setup-go action
1 parent 2f7c682 commit 1e4c723

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
- uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
18-
- uses: WillAbides/setup-go-faster@v1
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121

0 commit comments

Comments
 (0)