From 3eef67d2dc1f0497ccf0639bc6419cf64be23a0c Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Sun, 18 Jun 2023 13:26:24 -0700 Subject: [PATCH] chore(ci): bump gotestsum to v1.10.0 (#3083) --- tools/gettool/checksums.txt | 12 ++++++------ tools/tools.mk | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/gettool/checksums.txt b/tools/gettool/checksums.txt index b9dc0183d..8e3a1716f 100644 --- a/tools/gettool/checksums.txt +++ b/tools/gettool/checksums.txt @@ -19,12 +19,12 @@ https://github.com/goreleaser/goreleaser/releases/download/v0.176.0/goreleaser_L https://github.com/goreleaser/goreleaser/releases/download/v0.176.0/goreleaser_Linux_armv6.tar.gz: f1903865b6ede1a4324c71d3efa4155b7067d1d357ccfd844c07c2bb3dcb4af2 https://github.com/goreleaser/goreleaser/releases/download/v0.176.0/goreleaser_Linux_x86_64.tar.gz: 13bf8ef4ec33d4f3ff2d2c7c02361946e29d69093cf7102e46dcb49e48a31435 https://github.com/goreleaser/goreleaser/releases/download/v0.176.0/goreleaser_Windows_x86_64.zip: ccd955af3069c3f8a560e40b7d6a92566febeb5abb243274e4484c136ec7b4df -https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_darwin_amd64.tar.gz: a8e2351604882af1a67601cbeeacdcfa9b17fc2f6fbac291cf5d434efdf2d85b -https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_darwin_arm64.tar.gz: 0a396ae79691418c9522e4626f3c27057a809ac9ac9c077200d0908c429f5766 -https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_linux_amd64.tar.gz: b5c98cc408c75e76a097354d9487dca114996e821b3af29a0442aa6c9159bd40 -https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_linux_arm64.tar.gz: ee57c91abadc464a7cd9f8abbffe94a673aab7deeb9af8c17b96de4bb8f37e41 -https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_linux_armv6.tar.gz: 53638cb0021ed31d74f99c9327ad1fecad42e0dbdfd3676730798369360e1bf1 -https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_windows_amd64.tar.gz: 7ae12ddb171375f0c14d6a09dd27a5c1d1fc72edeea674e3d6e7489a533b40c1 +https://github.com/gotestyourself/gotestsum/releases/download/v1.10.0/gotestsum_1.10.0_darwin_amd64.tar.gz: bd41773f239da4e4d18b94f3f19c6120bca2c60a08b7d4a4192a5b53e0159e58 +https://github.com/gotestyourself/gotestsum/releases/download/v1.10.0/gotestsum_1.10.0_darwin_arm64.tar.gz: e0a36587d3b19e294fe5c04cae8a83e7a97d7435d7126c2161e9e60e6614c48a +https://github.com/gotestyourself/gotestsum/releases/download/v1.10.0/gotestsum_1.10.0_linux_amd64.tar.gz: 800b69a1eba26c6c92807d7a969d20fe1ce419bbaca3c3abc5626762ec23df36 +https://github.com/gotestyourself/gotestsum/releases/download/v1.10.0/gotestsum_1.10.0_linux_arm64.tar.gz: 5c4b7a8c1ee77717bda640a03108731255ab1ae137939f1f8f3dc7c8bad8e371 +https://github.com/gotestyourself/gotestsum/releases/download/v1.10.0/gotestsum_1.10.0_linux_armv6.tar.gz: 6a6c976b8fdd4b5c00ee9a171384cc4a879738fae190ceea259b9842570b56e4 +https://github.com/gotestyourself/gotestsum/releases/download/v1.10.0/gotestsum_1.10.0_windows_amd64.tar.gz: 8a6d8143e5aba8b5f3985a9b0441231bfd51a3f69532257191c9303d15a156a1 https://github.com/kopia/kopia/releases/download/v0.8.4/kopia-0.8.4-linux-arm.tar.gz: 31e9ecd9600dc60f98d4777fb64043b3431ad758dc7ba57d9a7661a103946d6f https://github.com/kopia/kopia/releases/download/v0.8.4/kopia-0.8.4-linux-arm64.tar.gz: 3ad81fd7e856ec177b737130710823ef0e64a344be1233d9a7ef456c78e535f2 https://github.com/kopia/kopia/releases/download/v0.8.4/kopia-0.8.4-linux-x64.tar.gz: 118e3eece462d6e5bd8e357f6cbb48eabaecc3a22b99c804b54eaba6f6f1b7d5 diff --git a/tools/tools.mk b/tools/tools.mk index 75d1ed378..225809b35 100644 --- a/tools/tools.mk +++ b/tools/tools.mk @@ -106,7 +106,7 @@ GOLANGCI_LINT_VERSION=1.53.3 CHECKLOCKS_VERSION=release-20221026.0 NODE_VERSION=18.16.0 HUGO_VERSION=0.113.0 -GOTESTSUM_VERSION=1.7.0 +GOTESTSUM_VERSION=1.10.0 GORELEASER_VERSION=v0.176.0 RCLONE_VERSION=1.62.2 GITCHGLOG_VERSION=0.15.1