Skip to content

Commit

Permalink
build: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zze0s committed Jan 26, 2025
1 parent 8159b14 commit 6982459
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ["1.14", "1.15"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version: '1.23'
- run: |
go test -cover -coverprofile coverage.txt -race -v ./...
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v5

0 comments on commit 6982459

Please sign in to comment.