Skip to content

Commit

Permalink
Merge pull request #37 from Code-Hex/add/go-1.20
Browse files Browse the repository at this point in the history
added go1.20 workflow
  • Loading branch information
Code-Hex authored Apr 16, 2023
2 parents e09556b + c56805e commit 8c94293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
go:
- '^1.18'
- '^1.19'
- '^1.20'
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand All @@ -31,7 +32,7 @@ jobs:
- name: Test Coverage (pkg)
run: go test ./... -race -coverprofile=${{ steps.vars.outputs.coverage_txt }}
- name: Upload coverage
if: ${{ matrix.go == '^1.19' }}
if: ${{ matrix.go == '^1.20' }}
uses: codecov/codecov-action@v2
with:
files: ${{ steps.vars.outputs.coverage_txt }}
Expand Down

0 comments on commit 8c94293

Please sign in to comment.