Compare commits

...

5 commits

Author SHA1 Message Date
renovate[bot]
c625e76c0f
deps: update codecov/codecov-action digest to 7f8b4b4 2024-12-05 22:59:26 +00:00
renovate[bot]
4af9f88382
deps: update registry.gitlab.com/gitlab-org/release-cli docker tag to v0.20.0 (#119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-04 01:30:33 +00:00
renovate[bot]
0ad9250a6a
deps: update dependency rust-lang/mdbook to v0.4.43 (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 20:07:39 +00:00
renovate[bot]
25c6cffa76
deps: update dependency golangci/golangci-lint to v1.62.2 (#116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 16:57:01 +00:00
renovate[bot]
05b492fa0e
deps: update module github.com/stretchr/testify to v1.10.0 (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-23 13:56:11 +00:00
5 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
with:
version: v1.62.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
version: v1.62.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
args: --timeout 5m
test:
@ -38,7 +38,7 @@ jobs:
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Upload results to Codecov
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

View file

@ -19,7 +19,7 @@ jobs:
- uses: ./.github/actions/setup-mdbook
with:
version: v0.4.42 # renovate: datasource=github-releases depName=rust-lang/mdbook
version: v0.4.43 # renovate: datasource=github-releases depName=rust-lang/mdbook
- name: Build Book
working-directory: docs

View file

@ -6,7 +6,7 @@ stages: [ release ]
# and create a corresponding GitLab Release.
create-release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:v0.19.0
image: registry.gitlab.com/gitlab-org/release-cli:v0.20.0
script: echo "Creating release $CI_COMMIT_TAG"
rules:
- if: $CI_COMMIT_TAG

2
go.mod
View file

@ -8,7 +8,7 @@ require (
github.com/google/go-github/v66 v66.0.0
github.com/leodido/go-conventionalcommits v0.12.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
github.com/teekennedy/goldmark-markdown v0.3.0
github.com/xanzy/go-gitlab v0.114.0
github.com/yuin/goldmark v1.7.8

4
go.sum
View file

@ -104,8 +104,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/teekennedy/goldmark-markdown v0.3.0 h1:ik9/biVGCwGWFg8dQ3KVm2pQ/wiiG0whYiUcz9xH0W8=
github.com/teekennedy/goldmark-markdown v0.3.0/go.mod h1:kMhDz8La77A9UHvJGsxejd0QUflN9sS+QXCqnhmxmNo=
github.com/xanzy/go-gitlab v0.114.0 h1:0wQr/KBckwrZPfEMjRqpUz0HmsKKON9UhCYv9KDy19M=