Skip to content

Commit 8c94293

Browse files
authored
Merge pull request #37 from Code-Hex/add/go-1.20
added go1.20 workflow
2 parents e09556b + c56805e commit 8c94293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
go:
1818
- '^1.18'
1919
- '^1.19'
20+
- '^1.20'
2021
steps:
2122
- name: Check out code into the Go module directory
2223
uses: actions/checkout@v3
@@ -31,7 +32,7 @@ jobs:
3132
- name: Test Coverage (pkg)
3233
run: go test ./... -race -coverprofile=${{ steps.vars.outputs.coverage_txt }}
3334
- name: Upload coverage
34-
if: ${{ matrix.go == '^1.19' }}
35+
if: ${{ matrix.go == '^1.20' }}
3536
uses: codecov/codecov-action@v2
3637
with:
3738
files: ${{ steps.vars.outputs.coverage_txt }}

0 commit comments

Comments
 (0)