Skip to content

Commit 8788a73

Browse files
authored
ci: Test using Go 1.20
1 parent 571540b commit 8788a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.19
19+
go-version: 1.20
2020
- uses: actions/checkout@v4
2121
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2222
- name: Codecov

0 commit comments

Comments
 (0)