Skip to content

Commit a6bedec

Browse files
chore(deps): update all non-major regex dependencies (#782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Baumann <[email protected]>
1 parent 3da7386 commit a6bedec

File tree

25 files changed

+40
-40
lines changed

25 files changed

+40
-40
lines changed

.github/workflows/buf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ permissions:
1212

1313
env:
1414
# renovate: datasource=docker depName=golang versioning=docker
15-
GO_VERSION: '1.22'
15+
GO_VERSION: '1.23'
1616
# renovate: datasource=github-releases depName=bufbuild/buf
17-
BUF_CLI_VERSION: '1.33.0'
17+
BUF_CLI_VERSION: '1.36.0'
1818
# renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag
1919
PROTOC_GO_INJECT_TAG_VERSION: '1.4.0'
2020

.github/workflows/ci-go-libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
# renovate: datasource=docker depName=golang versioning=docker
13-
GO_VERSION: '1.22'
13+
GO_VERSION: '1.23'
1414

1515
jobs:
1616

.github/workflows/cicd-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
env:
2525
# renovate: datasource=docker depName=golang versioning=docker
26-
GO_VERSION: '1.22'
26+
GO_VERSION: '1.23'
2727

2828
jobs:
2929

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
# renovate: dev-tag
15-
DEV_TAG: '9'
15+
DEV_TAG: '10'
1616

1717
jobs:
1818

.github/workflows/fly-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 'Deploy to Fly'
55

66
env:
77
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
8-
FLY_CLI_VERSION: '0.2.71'
8+
FLY_CLI_VERSION: '0.2.111'
99

1010
on:
1111
workflow_call:

.github/workflows/migrations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111
# renovate: datasource=github-releases depName=golang-migrate/migrate
1212
MIGRATE_VERSION: '4.17.1'
1313
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
14-
FLY_CLI_VERSION: '0.2.71'
14+
FLY_CLI_VERSION: '0.2.111'
1515
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
16-
SQLC_VERSION: '1.26.0'
16+
SQLC_VERSION: '1.27.0'
1717

1818
jobs:
1919
detect-changes:

.github/workflows/publish-bufs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99

1010
env:
1111
# renovate: datasource=github-releases depName=bufbuild/buf
12-
BUF_CLI_VERSION: '1.33.0'
12+
BUF_CLI_VERSION: '1.36.0'
1313
NODE_VERSION: '18.x'
1414
# renovate: datasource=dart-version depName=dart
15-
DART_VERSION: '3.4.4'
15+
DART_VERSION: '3.5.0'
1616

1717
jobs:
1818
check-preconditions:

Dockerfile.apisix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bookworm AS deps
33
# renovate: datasource=github-releases depName=DarthSim/hivemind
44
ARG HIVEMIND_VERSION=1.1.0
55
# renovate: datasource=github-releases depName=dapr/dapr
6-
ARG DAPR_VERSION=1.13.4
6+
ARG DAPR_VERSION=1.14.0
77

88
RUN apt update && \
99
apt install -y wget

Dockerfile.service

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ COPY --from=builder /build/app/app .
3333
COPY --from=builder /build/app/migrations ./migrations
3434
RUN chmod +x app
3535

36-
ENV PORT 80
37-
ENV MODE production
38-
ENV LOG_LEVEL info
39-
ENV POSTGRES_PORT 5432
36+
ENV PORT=80
37+
ENV MODE=production
38+
ENV LOG_LEVEL=info
39+
ENV POSTGRES_PORT=5432
4040

4141
EXPOSE 80
4242

Dockerfile.standalone

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ARG HIVEMIND_VERSION=1.1.0
3232
# renovate: datasource=github-releases depName=golang-migrate/migrate
3333
ARG MIGRATE_VERSION=4.17.1
3434
# renovate: datasource=github-releases depName=dapr/dapr
35-
ARG DAPR_VERSION=1.13.4
35+
ARG DAPR_VERSION=1.14.0
3636

3737
RUN apt update && \
3838
apt install -y wget
@@ -76,8 +76,8 @@ ENV DAPR_APP_ID=$SERVICE
7676
ENV DAPR_HTTP_READ_BUFFER_SIZE=8
7777
ENV DAPR_LOG_LEVEL=info
7878
ENV APP_PROTOCOL=$APP_PROTOCOL
79-
ENV ADDR 127.0.0.1:80
80-
ENV MODE development
81-
ENV LOG_LEVEL debug
79+
ENV ADDR=127.0.0.1:80
80+
ENV MODE=development
81+
ENV LOG_LEVEL=debug
8282

8383
CMD hivemind

0 commit comments

Comments
 (0)