Skip to content

Commit 0efa19c

Browse files
build: update github actions
1 parent 3cf2082 commit 0efa19c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: '1.22'
1717
- name: Run GoReleaser
18-
uses: goreleaser/goreleaser-action@v5
18+
uses: goreleaser/goreleaser-action@v6
1919
with:
2020
distribution: goreleaser
2121
version: v1.24.0
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-go@v5
3030
with:
3131
go-version: '1.22'
32-
- uses: golangci/golangci-lint-action@v6
32+
- uses: golangci/golangci-lint-action@v8
3333
with:
3434
version: v1.58.1
3535
args: --timeout 3m
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests
4646
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites
4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
files: coverprofile.out
5151
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)