From 105bb5d1e76feb2059a4078a12aacaddab2805f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 19:16:12 +0000 Subject: [PATCH] chore(deps): update all non-major regex dependencies --- .github/workflows/fly-deploy.yaml | 2 +- .github/workflows/migrations.yaml | 2 +- images/dev-go/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fly-deploy.yaml b/.github/workflows/fly-deploy.yaml index 956799393..956e5a2b0 100644 --- a/.github/workflows/fly-deploy.yaml +++ b/.github/workflows/fly-deploy.yaml @@ -5,7 +5,7 @@ name: 'Deploy to Fly' env: # renovate: datasource=github-releases depName=superfly/flyctl versioning=semver - FLY_CLI_VERSION: '0.3.55' + FLY_CLI_VERSION: '0.3.56' on: workflow_call: diff --git a/.github/workflows/migrations.yaml b/.github/workflows/migrations.yaml index fa98c9ce9..9507ca086 100644 --- a/.github/workflows/migrations.yaml +++ b/.github/workflows/migrations.yaml @@ -11,7 +11,7 @@ env: # renovate: datasource=github-releases depName=golang-migrate/migrate MIGRATE_VERSION: '4.18.1' # renovate: datasource=github-releases depName=superfly/flyctl versioning=semver - FLY_CLI_VERSION: '0.3.55' + FLY_CLI_VERSION: '0.3.56' # renovate: datasource=github-releases depName=sqlc-dev/sqlc SQLC_VERSION: '1.27.0' diff --git a/images/dev-go/Dockerfile b/images/dev-go/Dockerfile index 82f3e07bd..09793e293 100644 --- a/images/dev-go/Dockerfile +++ b/images/dev-go/Dockerfile @@ -135,7 +135,7 @@ RUN go install mvdan.cc/gofumpt@v${GOFUMPT_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.62.2 +ENV GOLANGCI_LINT_VERSION=1.63.3 RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \ | sh -s -- -b $(go env GOPATH)/bin v${GOLANGCI_LINT_VERSION}