Skip to content

Commit a2737d8

Browse files
Update blobfuse2 version to 2.5.2 (#2109)
1 parent cd2cb43 commit a2737d8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

common/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747

4848
// Standard config default values
4949
const (
50-
blobfuse2Version_ = "2.5.1"
50+
blobfuse2Version_ = "2.5.2"
5151

5252
DefaultMaxLogFileSize = 512
5353
DefaultLogFileCount = 10

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
3939
github.com/kylelemons/godebug v1.1.0 // indirect
4040
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
41-
github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a
41+
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741
4242
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
4343
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4444
github.com/russross/blackfriday/v2 v2.1.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2D
5757
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y=
5858
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
5959
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
60-
github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a h1:VweslR2akb/ARhXfqSfRbj1vpWwYXf3eeAUyw/ndms0=
61-
github.com/petermattis/goid v0.0.0-20251121121749-a11dd1a45f9a/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
60+
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 h1:KPpdlQLZcHfTMQRi6bFQ7ogNO0ltFT4PmtwTLW4W+14=
61+
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
6262
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
6363
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU=
6464
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

go_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
work_dir=$(echo $1 | sed 's:/*$::')
3-
version="1.25.1"
3+
version="1.25.6"
44
arch=`hostnamectl | grep "Arch" | rev | cut -d " " -f 1 | rev`
55

66
if [ $arch != "arm64" ]

0 commit comments

Comments
 (0)