Skip to content

Commit 8a1eb8e

Browse files
Fix YAML quoting
1 parent b92f691 commit 8a1eb8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@v4
1414
with:
15-
go-version: 1.20
15+
go-version: "1.20"
1616

1717
- run: go mod tidy
1818
- run: go build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v4
2020
with:
21-
go-version: 1.20
21+
go-version: "1.20"
2222

2323
- uses: goreleaser/goreleaser-action@v4
2424
with:

0 commit comments

Comments
 (0)