Skip to content

Commit 9740a9f

Browse files
author
Dean Karn
committed
CI file update
1 parent 598b226 commit 9740a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go test -race -covermode=atomic -coverprofile="profile.cov" ./...
3333

3434
- name: Send Coverage
35-
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.20.x'
35+
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x'
3636
uses: shogo82148/actions-goveralls@v1
3737
with:
3838
path-to-profile: profile.cov

0 commit comments

Comments
 (0)