diff --git a/go.mod b/go.mod index 39499fe98..44349b57c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Seagate/cloudfuse -go 1.26.2 +go 1.26.3 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0 diff --git a/scripts/go_installer.sh b/scripts/go_installer.sh index 26c5de13a..ea8b41901 100755 --- a/scripts/go_installer.sh +++ b/scripts/go_installer.sh @@ -1,6 +1,6 @@ #!/bin/bash work_dir="${1%/}" -version="1.26.0" +version="1.26.3" arch=$(hostnamectl | grep "Arch" | rev | cut -d " " -f 1 | rev) if [ "$arch" != "arm64" ]