Skip to content

Commit

Permalink
upgraded go version (1.19 -> 1.20) used in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Mar 11, 2023
1 parent 8f1a2c1 commit f4a4913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
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.19
go-version: 1.20
cache: true
- name: go test
run: go test -covermode atomic -coverprofile=covprofile ./...
Expand Down

0 comments on commit f4a4913

Please sign in to comment.