Skip to content

Commit

Permalink
chore(deps): update all custom dependencies (#263)
Browse files Browse the repository at this point in the history
* chore(deps): update all custom dependencies

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* ci: pin markdown-link-check

latest version is broken

Signed-off-by: Michael Adler <michael.adler@siemens.com>

* ci: fix flatbuffers download url

Signed-off-by: Michael Adler <michael.adler@siemens.com>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Michael Adler <michael.adler@siemens.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Adler <michael.adler@siemens.com>
  • Loading branch information
renovate[bot] and michaeladler authored Jan 4, 2025
1 parent 3e9bc3c commit 0e751b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/packages/flatbuffers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$SCRIPT_DIR/versions.env"

echo "Installing flatbuffers $FLATBUFFERS_VERSION"
curl -Lo /tmp/flatc.zip "https://github.com/google/flatbuffers/releases/download/v${FLATBUFFERS_VERSION}/Linux.flatc.binary.clang++-15.zip"
curl -Lo /tmp/flatc.zip "https://github.com/google/flatbuffers/releases/download/v${FLATBUFFERS_VERSION}/Linux.flatc.binary.clang++-18.zip"
unzip /tmp/flatc.zip flatc -d /usr/local/bin/
8 changes: 4 additions & 4 deletions .ci/packages/versions.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export FLATBUFFERS_VERSION=24.3.25 # github-releases/google/flatbuffers&versioning=semver
export FLATBUFFERS_VERSION=24.12.23 # github-releases/google/flatbuffers&versioning=semver
export GOFUMPT_VERSION=0.7.0 # github-releases/mvdan/gofumpt&versioning=semver
export GOLANGCI_LINT_VERSION=1.62.2 # github-releases/golangci/golangci-lint&versioning=semver
export GORELEASER_VERSION=2.5.0 # github-releases/goreleaser/goreleaser&versioning=semver
export GOLANGCI_LINT_VERSION=1.63.2 # github-releases/golangci/golangci-lint&versioning=semver
export GORELEASER_VERSION=2.5.1 # github-releases/goreleaser/goreleaser&versioning=semver
export HUGO_VERSION=0.140.2 # github-releases/gohugoio/hugo&versioning=semver
export JUST_VERSION=1.38.0 # github-releases/casey/just&versioning=semver
export MOCKERY_VERSION=2.50.0 # github-releases/vektra/mockery&versioning=semver
export MOCKERY_VERSION=2.50.2 # github-releases/vektra/mockery&versioning=semver
export PANDOC_VERSION=3.2 # github-releases/jgm/pandoc&versioning=semver
export STATICCHECK_VERSION=2024.1.1 # github-releases/dominikh/go-tools&versioning=loose
export SWAGGER_VERSION=0.31.0 # github-releases/go-swagger/go-swagger&versioning=semver
Expand Down

0 comments on commit 0e751b2

Please sign in to comment.