Skip to content

Commit 37d2f0d

Browse files
chore(deps): update all non-major regex dependencies (#778)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57aba8c commit 37d2f0d

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.github/workflows/buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
# renovate: datasource=docker depName=golang versioning=docker
1515
GO_VERSION: '1.22'
1616
# renovate: datasource=github-releases depName=bufbuild/buf
17-
BUF_CLI_VERSION: '1.32.2'
17+
BUF_CLI_VERSION: '1.33.0'
1818
# renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag
1919
PROTOC_GO_INJECT_TAG_VERSION: '1.4.0'
2020

.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: '8'
15+
DEV_TAG: '9'
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.62'
8+
FLY_CLI_VERSION: '0.2.71'
99

1010
on:
1111
workflow_call:

.github/workflows/migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.62'
14+
FLY_CLI_VERSION: '0.2.71'
1515
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
1616
SQLC_VERSION: '1.26.0'
1717

.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.32.2'
12+
BUF_CLI_VERSION: '1.33.0'
1313
NODE_VERSION: '18.x'
1414
# renovate: datasource=dart-version depName=dart
15-
DART_VERSION: '3.4.2'
15+
DART_VERSION: '3.4.4'
1616

1717
jobs:
1818
check-preconditions:

dev/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ services:
9393
context: ../images/dev-go-custom
9494
args:
9595
# renovate: dev-tag
96-
TAG: '8'
96+
TAG: '9'
9797
UID: ${UID:-1000}
9898
GID: ${GID:-1000}
9999
volumes:
@@ -126,7 +126,7 @@ services:
126126
context: ../images/dev-go-custom
127127
args:
128128
# renovate: dev-tag
129-
TAG: '8'
129+
TAG: '9'
130130
UID: ${UID:-1000}
131131
GID: ${GID:-1000}
132132
volumes:

images/dev-go/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
3333
# install buf
3434
# https://buf.build/
3535
# renovate: datasource=github-releases depName=bufbuild/buf
36-
ENV BUF_VERSION=1.32.2
36+
ENV BUF_VERSION=1.33.0
3737
RUN wget https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-Linux-x86_64 -O /usr/local/bin/buf \
3838
&& chmod +x /usr/local/bin/buf
3939

@@ -116,7 +116,7 @@ RUN go install github.com/favadi/protoc-go-inject-tag@v${GO_INJECT_TAG_VERSION}
116116
# install golangci-lint, the linter we also use in the CI
117117
# https://golangci-lint.run/
118118
# renovate: datasource=github-releases depName=golangci/golangci-lint
119-
ENV GOLANGCI_LINT_VERSION=1.59.0
119+
ENV GOLANGCI_LINT_VERSION=1.59.1
120120
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
121121
| sh -s -- -b $(go env GOPATH)/bin v${GOLANGCI_LINT_VERSION}
122122

images/dev-go/update-dev-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
# update this value, when you update the Dockerfile
77
# renovate: dev-tag
8-
TAG='8'
8+
TAG='9'
99

1010
# go to repo root
1111
cd $(git rev-parse --show-toplevel)

0 commit comments

Comments
 (0)