mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
build with go1.20 (#854)
* build with go1.20 This has been out for a bit and is up to go1.20.4. We have been using go1.20 for the Slack builds and have seen no issues. * need the quotes * use go install
This commit is contained in:
parent
397fe5f879
commit
58ec1f7a7b
6 changed files with 27 additions and 28 deletions
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/slackhq/nebula
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue