File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313env :
1414 # renovate: dev-tag
15- DEV_TAG : ' 8 '
15+ DEV_TAG : ' 9 '
1616
1717jobs :
1818
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: 'Deploy to Fly'
55
66env :
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
1010on :
1111 workflow_call :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 99
1010env :
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
1717jobs :
1818 check-preconditions :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
3737RUN 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
120120RUN 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
Original file line number Diff line number Diff line change 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
1111cd $( git rev-parse --show-toplevel)
You can’t perform that action at this time.
0 commit comments