Skip to content

Commit 4faeb32

Browse files
Bump github.com/no-src/nsgo from 0.0.3 to 0.1.0 (#16)
* Bump github.com/no-src/nsgo from 0.0.3 to 0.1.0 Bumps [github.com/no-src/nsgo](https://github.com/no-src/nsgo) from 0.0.3 to 0.1.0. - [Release notes](https://github.com/no-src/nsgo/releases) - [Commits](no-src/nsgo@v0.0.3...v0.1.0) --- updated-dependencies: - dependency-name: github.com/no-src/nsgo dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update go version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mstmdev <mstmdev@gmail.com>
1 parent 7e71d13 commit 4faeb32

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go: [ '1.20','1.21' ]
14+
go: [ '1.23','1.24' ]
1515
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
1616
runs-on: ${{ matrix.os }}
1717
steps:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/no-src/fserver
22

3-
go 1.20
3+
go 1.23.10
44

55
require (
66
github.com/no-src/log v0.3.2
7-
github.com/no-src/nsgo v0.0.3
7+
github.com/no-src/nsgo v0.1.0
88
)
99

1010
require gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/no-src/log v0.3.2 h1:vNlvZI5GVQltV2qnj6tjlARcjVPGtBJelPVMhqFRR0k=
22
github.com/no-src/log v0.3.2/go.mod h1:4eDLORoI7qCN75WkNOG/rJ5h1cCEHogRcTreHuIKW/w=
3-
github.com/no-src/nsgo v0.0.3 h1:YB8g7cecF2QGHE1EwzyPy97kxEn0gTruTrngZzL7EOM=
4-
github.com/no-src/nsgo v0.0.3/go.mod h1:KvBQ8jFxDROIW1pMIrJ3G2ovE+oQP/upeMf1S/5jmZA=
3+
github.com/no-src/nsgo v0.1.0 h1:Q/hNMu74Fw2aWmCOTmowan8idHCDgx9ECxvS/BjLIBo=
4+
github.com/no-src/nsgo v0.1.0/go.mod h1:HBfO04AyqRFRSgw/vzw/slR+j1h55W7xYRhlZEHAZh0=
55
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
66
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
77
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

0 commit comments

Comments
 (0)