Skip to content

Commit

Permalink
fix go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Mar 11, 2023
1 parent fd4f19a commit 19267af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
cache: true
- name: go fmt
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
cache: true
- name: go test
run: go test -covermode atomic -coverprofile=covprofile ./...
Expand Down

0 comments on commit 19267af

Please sign in to comment.