File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM golang:1.25.3@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96
22
3- ARG GOLANGCI_LINT_VERSION=2.5 .0 # renovate: depName=golangci/golangci-lint datasource=github-releases
3+ ARG GOLANGCI_LINT_VERSION=2.6 .0 # renovate: depName=golangci/golangci-lint datasource=github-releases
44
55RUN apt update && apt upgrade -y && \
66 apt-get install --no-install-recommends -y ca-certificates curl gnupg lsb-release jq zsh neovim gh && \
Original file line number Diff line number Diff line change 4242 if : ${{ steps.filter.outputs.go == 'true' || steps.filter.outputs.linter == 'true'}}
4343 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
4444 with :
45- version : v2.5 .0 # renovate: depName=golangci/golangci-lint datasource=github-releases
45+ version : v2.6 .0 # renovate: depName=golangci/golangci-lint datasource=github-releases
4646 skip-cache : true
4747 args : -v --timeout=10m
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ TARGETS=darwin linux windows
33TERRAFORM_PLUGIN_EXTENSION =
44VERSION =0.86.0# x-release-please-version
55
6- GOLANGCI_LINT_VERSION =2.5 .0# renovate: depName=golangci/golangci-lint datasource=github-releases
6+ GOLANGCI_LINT_VERSION =2.6 .0# renovate: depName=golangci/golangci-lint datasource=github-releases
77
88# check if opentofu is installed and use it if it is,
99# otherwise use terraform
You can’t perform that action at this time.
0 commit comments