Skip to content

Commit 6b9343f

Browse files
authored
Merge pull request #73 from thaJeztah/bump_tools
Dockerfile: update github.com/google/addlicense to v1.2.0, golangci-lint to v2.7.1, tonistiigi/xx to v1.9.0
2 parents b37b96c + 619a182 commit 6b9343f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
# limitations under the License.
1616

1717
ARG GO_VERSION="1.24"
18-
ARG XX_VERSION="1.6.1"
19-
ARG GOLANGCI_LINT_VERSION="v2.1.5"
20-
ARG ADDLICENSE_VERSION="v1.1.1"
18+
ARG XX_VERSION="1.9.0"
19+
ARG GOLANGCI_LINT_VERSION="v2.7.1"
20+
ARG ADDLICENSE_VERSION="v1.2.0"
2121

2222
ARG LICENSE_ARGS="-c cli-docs-tool -l apache"
2323
ARG LICENSE_FILES=".*\(Dockerfile\|\.go\|\.hcl\|\.sh\)"

0 commit comments

Comments
 (0)