Skip to content

Commit

Permalink
Downgrading the version as new version is giving errors in notifying …
Browse files Browse the repository at this point in the history
…the parent process
  • Loading branch information
vibhansa-msft committed Feb 6, 2025
1 parent ab1b2e9 commit 2061ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/Azure/azure-storage-fuse/v2

go 1.23.5
go 1.22.7

toolchain go1.23.1

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Expand Down
2 changes: 1 addition & 1 deletion go_installer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
work_dir=$(echo $1 | sed 's:/*$::')
version="1.23.5"
version="1.23.1"
arch=`hostnamectl | grep "Arch" | rev | cut -d " " -f 1 | rev`

if [ $arch != "arm64" ]
Expand Down

0 comments on commit 2061ecb

Please sign in to comment.