Skip to content

Commit

Permalink
Merge pull request #3 from fabriziosestito/fix/fix-setup-go-version
Browse files Browse the repository at this point in the history
fix(ci): fix setup-go version
  • Loading branch information
fabriziosestito authored Jul 25, 2023
2 parents 97dfce6 + 4d347d1 commit 3ef2783
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 3ef2783

Please sign in to comment.