File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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 }}
You can’t perform that action at this time.
0 commit comments