1.22
This commit is contained in:
parent
ba207e79cb
commit
993e3691e2
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ git submodule update --recursive
|
||||||
|
|
||||||
## Logistics
|
## Logistics
|
||||||
|
|
||||||
- Use Go 1.20.
|
- Use Go 1.22.
|
||||||
- Please sign your commits
|
- Please sign your commits
|
||||||
([https://github.com/terrastruct/d2/pull/557#issuecomment-1367468730](https://github.com/terrastruct/d2/pull/557#issuecomment-1367468730)).
|
([https://github.com/terrastruct/d2/pull/557#issuecomment-1367468730](https://github.com/terrastruct/d2/pull/557#issuecomment-1367468730)).
|
||||||
- D2 uses Issues as TODOs. No auto-closing on staleness.
|
- D2 uses Issues as TODOs. No auto-closing on staleness.
|
||||||
|
|
|
||||||
2
go.mod
generated
2
go.mod
generated
|
|
@ -1,6 +1,6 @@
|
||||||
module oss.terrastruct.com/d2
|
module oss.terrastruct.com/d2
|
||||||
|
|
||||||
go 1.21
|
go 1.22
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17
|
cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue