Skip to content

Commit

Permalink
fix(ci): fix setup-go version
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed Jul 25, 2023
1 parent 97dfce6 commit 4d347d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -30,5 +30,5 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"
- run: make test

0 comments on commit 4d347d1

Please sign in to comment.