Skip to content

Commit d55b019

Browse files
authored
Fix GitHub actions yaml spec (#1)
1 parent 6382193 commit d55b019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Set up Go
17-
- uses: actions/setup-go@v5
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 'stable'
2020
check-latest: true

0 commit comments

Comments
 (0)