Skip to content

Commit

Permalink
Fix Go version in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
andresterba committed Apr 26, 2023
1 parent 8f4e5ff commit 8b49fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'

- name: Run tests
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 8b49fa7

Please sign in to comment.