Skip to content

Commit 69e4c21

Browse files
authored
Update ci.yml go version to 1.21
1 parent 121aa60 commit 69e4c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '1.13'
14+
go-version: '1.21'
1515
- name: Run coverage
1616
run: go test -race -coverprofile=coverage.txt -covermode=atomic
1717
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)