Skip to content

Commit 6a92180

Browse files
authored
ci: Test using Go 1.21
1 parent e5a0f9b commit 6a92180

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.20
19+
go-version: 1.21
2020
- uses: actions/checkout@v4
2121
- name: Test
22-
run: go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
22+
run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
2323
- name: Codecov
2424
uses: codecov/codecov-action@v4.1.0
2525
with:

0 commit comments

Comments
 (0)