Skip to content

Commit 860b474

Browse files
authored
Merge pull request #96 from sionpixley/dev
Update
2 parents 76165b2 + 020138b commit 860b474

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ If you're just testing your build locally, I would recommend building a Docker i
334334

335335
#### Required technologies
336336

337-
- Go 1.26.2 or newer
337+
- Go 1.26.3 or newer
338338

339339
#### Building on AIX
340340

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/sionpixley/PolyNode
22

3-
go 1.26.2
3+
go 1.26.3
44

55
require github.com/spf13/pflag v1.0.10

install/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module install
22

3-
go 1.26.2
3+
go 1.26.3
44

5-
require golang.org/x/sys v0.43.0
5+
require golang.org/x/sys v0.44.0

install/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
2-
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
1+
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
2+
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=

internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ Config fields:
9393
UnsupportedOSError = "unsupported operating system"
9494

9595
// Version constant is PolyNode's version.
96-
Version = "v5.0.5"
96+
Version = "v5.0.6"
9797
)

uninstall/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module uninstall
22

3-
go 1.26.2
3+
go 1.26.3
44

5-
require golang.org/x/sys v0.43.0
5+
require golang.org/x/sys v0.44.0

uninstall/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang.org/x/sys v0.43.0 h1:Rlag2XtaFTxp19wS8MXlJwTvoh8ArU6ezoyFsMyCTNI=
2-
golang.org/x/sys v0.43.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
1+
golang.org/x/sys v0.44.0 h1:ildZl3J4uzeKP07r2F++Op7E9B29JRUy+a27EibtBTQ=
2+
golang.org/x/sys v0.44.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=

0 commit comments

Comments
 (0)