Skip to content

Commit

Permalink
chore(deps): update all non-major regex dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 26, 2024
1 parent ea0890c commit 74bb0e6
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# renovate: datasource=docker depName=golang versioning=docker
GO_VERSION: '1.22'
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.31.0'
BUF_CLI_VERSION: '1.32.1'
# renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag
PROTOC_GO_INJECT_TAG_VERSION: '1.4.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'Deploy to Fly'

env:
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
FLY_CLI_VERSION: '0.2.52'
FLY_CLI_VERSION: '0.2.59'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# renovate: datasource=github-releases depName=golang-migrate/migrate
MIGRATE_VERSION: '4.17.1'
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
FLY_CLI_VERSION: '0.2.52'
FLY_CLI_VERSION: '0.2.59'
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
SQLC_VERSION: '1.26.0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-bufs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

env:
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.31.0'
BUF_CLI_VERSION: '1.32.1'
NODE_VERSION: '18.x'
# renovate: datasource=dart-version depName=dart
DART_VERSION: '3.3.4'
DART_VERSION: '3.4.1'

jobs:
check-preconditions:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.apisix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm AS deps
# renovate: datasource=github-releases depName=DarthSim/hivemind
ARG HIVEMIND_VERSION=1.1.0
# renovate: datasource=github-releases depName=dapr/dapr
ARG DAPR_VERSION=1.13.2
ARG DAPR_VERSION=1.13.3

RUN apt update && \
apt install -y wget
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG HIVEMIND_VERSION=1.1.0
# renovate: datasource=github-releases depName=golang-migrate/migrate
ARG MIGRATE_VERSION=4.17.1
# renovate: datasource=github-releases depName=dapr/dapr
ARG DAPR_VERSION=1.13.2
ARG DAPR_VERSION=1.13.3

RUN apt update && \
apt install -y wget
Expand Down
6 changes: 3 additions & 3 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
out: gen/go
opt:
- paths=source_relative
- plugin: buf.build/protocolbuffers/go:v1.32.0
- plugin: buf.build/protocolbuffers/go:v1.34.1
out: gen/go
opt: paths=source_relative

Expand All @@ -27,12 +27,12 @@ plugins:
out: gen/dart/lib
opt: grpc

- plugin: buf.build/grpc/python:v1.60.0
- plugin: buf.build/grpc/python:v1.64.0
out: gen/python
- plugin: buf.build/protocolbuffers/python:v25.2
out: gen/python

- plugin: buf.build/grpc/python:v1.60.0
- plugin: buf.build/grpc/python:v1.64.0
out: services/impulse_svc/gen
- plugin: buf.build/protocolbuffers/python:v25.2
out: services/impulse_svc/gen
6 changes: 3 additions & 3 deletions images/dev-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
# install buf
# https://buf.build/
# renovate: datasource=github-releases depName=bufbuild/buf
ENV BUF_VERSION=1.31.0
ENV BUF_VERSION=1.32.1
RUN wget https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-Linux-x86_64 -O /usr/local/bin/buf \
&& chmod +x /usr/local/bin/buf

Expand Down Expand Up @@ -72,7 +72,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh
# renovate: datasource=github-releases depName=dapr/cli
ENV DAPR_CLI_VERSION=1.13.0
# renovate: datasource=github-releases depName=dapr/dapr
ENV DAPR_RT_VERSION=1.13.2
ENV DAPR_RT_VERSION=1.13.3

ENV PATH="$PATH:$HOME/dapr"
RUN mkdir "$HOME/dapr" \
Expand Down Expand Up @@ -116,7 +116,7 @@ RUN go install github.com/favadi/protoc-go-inject-tag@v${GO_INJECT_TAG_VERSION}
# install golangci-lint, the linter we also use in the CI
# https://golangci-lint.run/
# renovate: datasource=github-releases depName=golangci/golangci-lint
ENV GOLANGCI_LINT_VERSION=1.58.1
ENV GOLANGCI_LINT_VERSION=1.58.2
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b $(go env GOPATH)/bin v${GOLANGCI_LINT_VERSION}

Expand Down

0 comments on commit 74bb0e6

Please sign in to comment.