Skip to content

Commit 0b284b9

Browse files
committed
fix coverage test
1 parent fe82b6a commit 0b284b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/go-test-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: Set up Go
1515
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
16+
with:
17+
go-version: 1.25
1618

1719
- name: Generate test coverage
1820
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Added nolint directives with explanations for AWS SDK v2 deprecation warnings in `backend/s3/file.go` (migration to transfermanager tracked separately).
1717

1818
### Security
19-
- Updated Go version references from 1.24 to 1.25 in `.golangci.yml`, GitHub Actions workflows (golangci-lint.yml, codeql.yml).
19+
- Updated Go version references from 1.24 to 1.25 in `.golangci.yml`, GitHub Actions workflows (golangci-lint.yml, codeql.yml, go-test-coverage.yml).
2020
- Updated GitHub Actions dependencies:
2121
- `actions/setup-go` from v6.2.0 to v6.3.0
2222
- `github/codeql-action` from v4.32.0 to v4.32.4

0 commit comments

Comments
 (0)