We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf2082 commit 44e62f6Copy full SHA for 44e62f6
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
go-version: '1.22'
17
- name: Run GoReleaser
18
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
19
20
distribution: goreleaser
21
version: v1.24.0
@@ -45,7 +45,7 @@ jobs:
45
- name: Run tests
46
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites
47
- name: Upload coverage to Codecov
48
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
49
50
files: coverprofile.out
51
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments