Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major regex dependencies #782

Merged
merged 3 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ permissions:

env:
# renovate: datasource=docker depName=golang versioning=docker
GO_VERSION: '1.22'
GO_VERSION: '1.23'
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.33.0'
BUF_CLI_VERSION: '1.36.0'
# 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/ci-go-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# renovate: datasource=docker depName=golang versioning=docker
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:

env:
# renovate: datasource=docker depName=golang versioning=docker
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
# renovate: dev-tag
DEV_TAG: '9'
DEV_TAG: '10'

jobs:

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.71'
FLY_CLI_VERSION: '0.2.111'

on:
workflow_call:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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.71'
FLY_CLI_VERSION: '0.2.111'
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
SQLC_VERSION: '1.26.0'
SQLC_VERSION: '1.27.0'

jobs:
detect-changes:
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.33.0'
BUF_CLI_VERSION: '1.36.0'
NODE_VERSION: '18.x'
# renovate: datasource=dart-version depName=dart
DART_VERSION: '3.4.4'
DART_VERSION: '3.5.0'

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.4
ARG DAPR_VERSION=1.14.0

RUN apt update && \
apt install -y wget
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.service
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ COPY --from=builder /build/app/app .
COPY --from=builder /build/app/migrations ./migrations
RUN chmod +x app

ENV PORT 80
ENV MODE production
ENV LOG_LEVEL info
ENV POSTGRES_PORT 5432
ENV PORT=80
ENV MODE=production
ENV LOG_LEVEL=info
ENV POSTGRES_PORT=5432

EXPOSE 80

Expand Down
8 changes: 4 additions & 4 deletions 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.4
ARG DAPR_VERSION=1.14.0

RUN apt update && \
apt install -y wget
Expand Down Expand Up @@ -76,8 +76,8 @@ ENV DAPR_APP_ID=$SERVICE
ENV DAPR_HTTP_READ_BUFFER_SIZE=8
ENV DAPR_LOG_LEVEL=info
ENV APP_PROTOCOL=$APP_PROTOCOL
ENV ADDR 127.0.0.1:80
ENV MODE development
ENV LOG_LEVEL debug
ENV ADDR=127.0.0.1:80
ENV MODE=development
ENV LOG_LEVEL=debug

CMD hivemind
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '9'
TAG: '10'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down Expand Up @@ -126,7 +126,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '9'
TAG: '10'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down
12 changes: 6 additions & 6 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.33.0
ENV BUF_VERSION=1.36.0
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 @@ -63,16 +63,16 @@ ENV HOME="/home/${UNAME}"
# install air
# https://github.com/air-verse/air
# renovate: datasource=github-releases depName=air-verse/air
ENV AIR_VERSION=1.52.2
ENV AIR_VERSION=1.52.3
RUN curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v${AIR_VERSION}

# install dapr-cli
# https://docs.dapr.io/

# renovate: datasource=github-releases depName=dapr/cli
ENV DAPR_CLI_VERSION=1.13.0
ENV DAPR_CLI_VERSION=1.14.0
# renovate: datasource=github-releases depName=dapr/dapr
ENV DAPR_RT_VERSION=1.13.4
ENV DAPR_RT_VERSION=1.14.0

ENV PATH="$PATH:$HOME/dapr"
RUN mkdir "$HOME/dapr" \
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN go install github.com/fullstorydev/grpcurl/cmd/grpcurl@v${GRPCURL_VERSION} \
# install sqlc
# https://sqlc.dev/
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
ENV SQLC_VERSION=1.26.0
ENV SQLC_VERSION=1.27.0
RUN go install github.com/sqlc-dev/sqlc/cmd/sqlc@v${SQLC_VERSION}\
&& go clean -modcache

Expand All @@ -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.59.1
ENV GOLANGCI_LINT_VERSION=1.60.1
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
2 changes: 1 addition & 1 deletion images/dev-go/update-dev-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# update this value, when you update the Dockerfile
# renovate: dev-tag
TAG='9'
TAG='10'

# go to repo root
cd $(git rev-parse --show-toplevel)
Expand Down
2 changes: 1 addition & 1 deletion libs/common/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module common

go 1.22
go 1.23

replace (
hwlocale => ../hwlocale
Expand Down
2 changes: 1 addition & 1 deletion libs/decaying_lru/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module decaying_lru

go 1.22
go 1.23

replace (
common => ../common
Expand Down
2 changes: 1 addition & 1 deletion libs/hwdb/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module hwdb

go 1.22
go 1.23

replace (
common => ../common
Expand Down
2 changes: 1 addition & 1 deletion libs/hwes/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module hwes

go 1.22
go 1.23

replace (
common => ../common
Expand Down
2 changes: 1 addition & 1 deletion libs/hwlocale/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module hwlocale

go 1.22
go 1.23

replace hwutil => ../hwutil

Expand Down
2 changes: 1 addition & 1 deletion libs/hwutil/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module hwutil

go 1.22
go 1.23

require (
github.com/go-playground/validator/v10 v10.22.0
Expand Down
2 changes: 1 addition & 1 deletion libs/telemetry/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module telemetry

go 1.22
go 1.23

require (
github.com/fatih/structs v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion services/ory-svc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ory-svc

go 1.22
go 1.23

replace (
common => ../../libs/common
Expand Down
2 changes: 1 addition & 1 deletion services/property-svc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module property-svc

go 1.22
go 1.23

replace (
common => ../../libs/common
Expand Down
2 changes: 1 addition & 1 deletion services/task-svc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module task-svc

go 1.22
go 1.23

replace (
common => ../../libs/common
Expand Down
2 changes: 1 addition & 1 deletion services/tasks-svc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tasks-svc

go 1.22
go 1.23

replace (
common => ../../libs/common
Expand Down
2 changes: 1 addition & 1 deletion services/user-svc/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module user-svc

go 1.22
go 1.23

replace (
common => ../../libs/common
Expand Down
Loading