Compare commits

Author SHA1 Message Date
CSRBot eadd81e0e6 chore(deps): update docker/setup-qemu-action action to v4.3.0
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 0s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 1s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 1s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 0s
Lint Markdown files / Run markdown linter (pull_request) Failing after 0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 0s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 1s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 0s
2026-09-01 12:09:05 +00:00
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
GOPROXY: ${{ vars.GOPROXY }}
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
version: v2.18.1 # renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.18.0 # renovate: datasource=github-releases depName=goreleaser/goreleaser
args: release --clean
sync-to-hub-docker-io:
-1
View File
@@ -4,7 +4,6 @@ go 1.23
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/asaskevich/govalidator/v12 v12.0.0
github.com/sirupsen/logrus v1.10.2
github.com/vishvananda/netlink v1.3.1
)
-1
View File
@@ -1,6 +1,5 @@
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw=
github.com/asaskevich/govalidator/v12 v12.0.0/go.mod h1:Rly4eyDYE9One4VdXKFelwC93WbOMTTjl5gSwwP2F8o=
github.com/sirupsen/logrus v1.10.2 h1:G2SED73/qrAu6YwbdxOD6peLkCBI3z7L+ykJFTXJBBo=
github.com/sirupsen/logrus v1.10.2/go.mod h1:SLEg8TqYulVKKfIGHldVp2K2aYz2DKSVBq4g/H5bR7Q=
github.com/stretchr/testify v1.12.1 h1:EuwCh5fleGS7H32xRwO3wRGT7DxrDhLAT6FF8MpWDWE=