Skip to content

Commit 18f7dec

Browse files
committed
.github/workflows/ci.yml
1 parent 1d0dcc1 commit 18f7dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v6.2.0
1313
with:
14-
go-version: '1.25'
14+
go-version: '1.26'
1515
- name: Run coverage
1616
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)