Skip to content

Commit

Permalink
Fix YAML quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jun 9, 2023
1 parent b92f691 commit 8a1eb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"

- run: go mod tidy
- run: go build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"

- uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit 8a1eb8e

Please sign in to comment.