From 22172d3522d17a8767bda4b1c6d2dc3bd0eee92d Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Wed, 14 Feb 2024 16:24:29 -0800 Subject: [PATCH] Bump go versions --- dot_local/bin/executable_install-go-grpc-gateway | 2 +- dot_local/bin/executable_install-go-home | 2 +- dot_local/bin/executable_install-go-junit-report | 2 +- dot_local/bin/executable_install-go-system | 2 +- dot_local/bin/executable_install-gofumpt | 2 +- dot_local/bin/executable_install-golangci-lint | 4 ++-- dot_local/bin/executable_install-gomock-home | 2 +- dot_local/bin/executable_install-gotemplate | 2 +- dot_local/bin/executable_install-protoc-system | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dot_local/bin/executable_install-go-grpc-gateway b/dot_local/bin/executable_install-go-grpc-gateway index 8d275f0..f8e276a 100755 --- a/dot_local/bin/executable_install-go-grpc-gateway +++ b/dot_local/bin/executable_install-go-grpc-gateway @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-2.16.0} +VERSION=${VERSION:-2.19.1} DEST="${XDG_DATA_HOME}/apps/releases/protoc-grpc-gateway" BASE_URL=https://github.com/grpc-ecosystem/grpc-gateway/releases/download/v${VERSION} GRPC_GATEWAY_URL=${BASE_URL}/protoc-gen-grpc-gateway-v${VERSION}-$(get_os)-$(uname -m) diff --git a/dot_local/bin/executable_install-go-home b/dot_local/bin/executable_install-go-home index bb52bfd..4f8d0af 100755 --- a/dot_local/bin/executable_install-go-home +++ b/dot_local/bin/executable_install-go-home @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=go -VERSION=${VERSION:-1.21.3} +VERSION=${VERSION:-1.22.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-junit-report b/dot_local/bin/executable_install-go-junit-report index 33eff72..b3a81af 100755 --- a/dot_local/bin/executable_install-go-junit-report +++ b/dot_local/bin/executable_install-go-junit-report @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=go-junit-report -VERSION=${VERSION:-2.0.0} +VERSION=${VERSION:-2.1.0} DEST=${XDG_DATA_HOME}/apps/releases/${APP} URL=https://github.com/jstemmer/go-junit-report/releases/download/v${VERSION}/go-junit-report-v${VERSION}-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-system b/dot_local/bin/executable_install-go-system index 8c55787..b8128da 100755 --- a/dot_local/bin/executable_install-go-system +++ b/dot_local/bin/executable_install-go-system @@ -5,7 +5,7 @@ set -e # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-1.21.3} +VERSION=${VERSION:-1.22.0} DEST=/usr/local/apps/golang URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz DEST_BIN=$DEST/current/bin diff --git a/dot_local/bin/executable_install-gofumpt b/dot_local/bin/executable_install-gofumpt index d191cc7..9e986b4 100755 --- a/dot_local/bin/executable_install-gofumpt +++ b/dot_local/bin/executable_install-gofumpt @@ -6,7 +6,7 @@ set -e source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=gofumpt -VERSION=${VERSION:-v0.5.0} +VERSION=${VERSION:-v0.6.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/mvdan/gofumpt/releases/download/${VERSION}/gofumpt_${VERSION}_$(get_os)_$(get_arch) diff --git a/dot_local/bin/executable_install-golangci-lint b/dot_local/bin/executable_install-golangci-lint index 24931d5..1408562 100755 --- a/dot_local/bin/executable_install-golangci-lint +++ b/dot_local/bin/executable_install-golangci-lint @@ -1,12 +1,12 @@ #!/usr/bin/env bash -set -e +set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=golangci-lint -VERSION=${VERSION:-1.55.1} +VERSION=${VERSION:-1.56.1} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://github.com/golangci/golangci-lint/releases/download/v${VERSION}/golangci-lint-${VERSION}-$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-gomock-home b/dot_local/bin/executable_install-gomock-home index c975aa3..4cb724f 100755 --- a/dot_local/bin/executable_install-gomock-home +++ b/dot_local/bin/executable_install-gomock-home @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -e +set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" diff --git a/dot_local/bin/executable_install-gotemplate b/dot_local/bin/executable_install-gotemplate index fbaee26..1458d41 100755 --- a/dot_local/bin/executable_install-gotemplate +++ b/dot_local/bin/executable_install-gotemplate @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=gotemplate -VERSION=${VERSION:-3.7.3} +VERSION=${VERSION:-3.7.5} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" main() ( diff --git a/dot_local/bin/executable_install-protoc-system b/dot_local/bin/executable_install-protoc-system index d56f5f6..1c59c42 100755 --- a/dot_local/bin/executable_install-protoc-system +++ b/dot_local/bin/executable_install-protoc-system @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1091 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -PROTOC_VERSION=${VERSION:-24.4} +PROTOC_VERSION=${VERSION:-25.2} PROTOC_ZIP=protoc-$PROTOC_VERSION-linux-x86_64.zip TMP_DIR=$(mktemp --directory) DEST_FILE=$TMP_DIR/$PROTOC_ZIP