Skip to content

Commit 198ea99

Browse files
committed
fix
1 parent 9f1b3f4 commit 198ea99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Go
3333
uses: actions/setup-go@v3
3434
with:
35-
go-version: go-version: ${{ matrix.go }}
35+
go-version: ${{ matrix.go }}
3636
check-latest: true
3737

3838
- name: Go Format

0 commit comments

Comments
 (0)