chore(deps): update dependency go to v1.26.0 (#169)

* Update dependency go to v1.26.0

* Add nix dev shell

* Go mod tidy

* Remove version in glangci-lint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dave Gallant <davegallant@proton.me>
This commit is contained in:
renovate[bot]
2026-02-14 07:38:10 -05:00
committed by GitHub
parent 9892ebe864
commit 65509016cb
7 changed files with 19 additions and 13 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/davegallant/vpngate
go 1.24.0
toolchain go1.25.6
toolchain go1.26.0
require (
github.com/AlecAivazis/survey/v2 v2.3.7