Skip to content

Commit

Permalink
ci: fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Jun 26, 2023
1 parent 8b7a0d0 commit f622716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'
stable: true
- name: Install golangci-lint
uses: golangci/golangci-lint-action@master
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: '1.20'
- name: Run Unit tests
run: go test -race -covermode atomic -coverprofile=profile.cov ./...
- name: Send coverage
Expand Down

0 comments on commit f622716

Please sign in to comment.