Skip to content

Commit 2f7c682

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
13-
- uses: WillAbides/setup-go-faster@v1
13+
- uses: actions/setup-go@v6
1414
with:
1515
go-version: 'stable'
1616

0 commit comments

Comments
 (0)