Skip to content

Commit 493d6c9

Browse files
chore(deps): update all non-major regex dependencies
1 parent d2e22f3 commit 493d6c9

File tree

25 files changed

+37
-37
lines changed

25 files changed

+37
-37
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.23'
15+
GO_VERSION: '1.24'
1616
# renovate: datasource=github-releases depName=bufbuild/buf
17-
BUF_CLI_VERSION: '1.48.0'
17+
BUF_CLI_VERSION: '1.50.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.23'
13+
GO_VERSION: '1.24'
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.23'
26+
GO_VERSION: '1.24'
2727

2828
jobs:
2929

.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.3.57'
8+
FLY_CLI_VERSION: '0.3.86'
99

1010
on:
1111
workflow_call:

.github/workflows/migrations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ permissions:
99

1010
env:
1111
# renovate: datasource=github-releases depName=golang-migrate/migrate
12-
MIGRATE_VERSION: '4.18.1'
12+
MIGRATE_VERSION: '4.18.2'
1313
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
14-
FLY_CLI_VERSION: '0.3.57'
14+
FLY_CLI_VERSION: '0.3.86'
1515
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
16-
SQLC_VERSION: '1.27.0'
16+
SQLC_VERSION: '1.28.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.48.0'
12+
BUF_CLI_VERSION: '1.50.0'
1313
NODE_VERSION: '18.x'
1414
# renovate: datasource=dart-version depName=dart
15-
DART_VERSION: '3.6.0'
15+
DART_VERSION: '3.7.1'
1616

1717
jobs:
1818
check-preconditions:

.github/workflows/spicedb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: spicedb
22

33
env:
44
# renovate: datasource=github-releases depName=authzed/zed
5-
ZED_VERSION: '0.23.0'
5+
ZED_VERSION: '0.27.0'
66

77
on:
88
pull_request:

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.14.4
6+
ARG DAPR_VERSION=1.15.0
77

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

Dockerfile.standalone

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ FROM debian:12.8 AS deps
4747
# renovate: datasource=github-releases depName=DarthSim/hivemind
4848
ARG HIVEMIND_VERSION=1.1.0
4949
# renovate: datasource=github-releases depName=golang-migrate/migrate
50-
ARG MIGRATE_VERSION=4.18.1
50+
ARG MIGRATE_VERSION=4.18.2
5151
# renovate: datasource=github-releases depName=dapr/dapr
52-
ARG DAPR_VERSION=1.14.4
52+
ARG DAPR_VERSION=1.15.0
5353

5454
RUN apt update && \
5555
apt install -y wget

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module devtools
22

3-
go 1.23
3+
go 1.24
44

55
replace (
66
common => ./libs/common

0 commit comments

Comments
 (0)