Skip to content

Commit

Permalink
ci: Fixed Go version being wrongly selected
Browse files Browse the repository at this point in the history
  • Loading branch information
durandj committed May 4, 2023
1 parent 058139a commit 3cbad73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- uses: arduino/setup-task@v1
- uses: actions/checkout@v3
- name: Lint
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- uses: actions/checkout@v3
- uses: go-semantic-release/action@v1
id: semrel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- uses: arduino/setup-task@v1
- uses: actions/checkout@v3
- name: Lint
Expand Down

0 comments on commit 3cbad73

Please sign in to comment.