Skip to content

Commit

Permalink
build: bump up go version
Browse files Browse the repository at this point in the history
  • Loading branch information
budougumi0617 committed Sep 18, 2024
1 parent 23fdeea commit 0e8b07c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
module github.com/budougumi0617/nrseg

go 1.15
go 1.23

require (
github.com/google/go-cmp v0.5.4
golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c
)

require (
golang.org/x/mod v0.3.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)

0 comments on commit 0e8b07c

Please sign in to comment.