Skip to content

Commit

Permalink
ci: Upgrade CI to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
romshark committed Mar 27, 2023
1 parent 8f3cf7d commit d0812e7
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 @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go 1.20
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: go test -v -race ./...
- name: Calculate coverage
Expand Down

0 comments on commit d0812e7

Please sign in to comment.