Skip to content

Commit

Permalink
update go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Jan 22, 2024
1 parent 4fe5af5 commit 88163e1
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.ngrok.com/ngrok/examples

go 1.20
go 1.21

require (
golang.ngrok.com/ngrok v0.0.0
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
go_1_20
go_1_21
gotools
golint
go-tools
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.ngrok.com/ngrok

go 1.20
go 1.21

require (
github.com/inconshreveable/log15/v3 v3.0.0-testing.5
Expand Down
2 changes: 1 addition & 1 deletion log/log15/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.ngrok.com/ngrok/log/log15

go 1.20
go 1.21

require github.com/inconshreveable/log15/v3 v3.0.0-testing.1

Expand Down
2 changes: 1 addition & 1 deletion log/logrus/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.ngrok.com/ngrok/log/logrus

go 1.20
go 1.21

require github.com/sirupsen/logrus v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion log/slog/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module golang.ngrok.com/ngrok/log/slog

go 1.20
go 1.21
2 changes: 1 addition & 1 deletion log/zap/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module golang.ngrok.com/ngrok/log/zap

go 1.20
go 1.21

require go.uber.org/zap v1.23.0

Expand Down

0 comments on commit 88163e1

Please sign in to comment.