Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 643b58b

Browse files
committed
chore: workflow yaml linting
1 parent 55ad15c commit 643b58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Go
4343
uses: actions/setup-go@v2
4444
with:
45-
go-version: '^1.16.7'
45+
go-version: "^1.16.7"
4646

4747
- name: Install dependencies
4848
run: ./scripts/install_deps.sh
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install Go
7777
uses: actions/setup-go@v2
7878
with:
79-
go-version: '^1.16.7'
79+
go-version: "^1.16.7"
8080

8181
- name: Install dependencies
8282
run: ./scripts/install_deps.sh

0 commit comments

Comments
 (0)