Skip to content

Commit 92db74c

Browse files
committed
remove tool chain force
1 parent 4be4239 commit 92db74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: '1.25'
1515
- name: Run coverage
16-
run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
16+
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v5
1919
with:

0 commit comments

Comments
 (0)