You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update to go 1.19
Derp realized I need this for my fuzzing PR, since fuzzing is only supported as of 1.18
* chore: remove vert fork
* chore: prefer vert fork
* chore: add vert to go.sum
* chore: go mod tidy
* chore: add vscode settings
* chore: cleanup entrypoint
* fix: unwrap vert.ValueOf before returning
* chore: update lint settings
* chore: replace interface{} with any
* chore: add changeset
* Delete nasty-ligers-kiss.md
Co-authored-by: Nate Moore <nate@astro.build>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Contributions are welcome to the Go compiler!
6
6
7
7
### Go
8
8
9
-
[Go][go]`1.17.x` is needed to work with this repo. On Macs, installing via [Homebrew][homebrew] is recommended: `brew install go`. For Windows & Linux, you can [follow Go’s installation guide][go] if you don’t have your own preferred method of package installation.
9
+
[Go][go]`1.19.x` is needed to work with this repo. On Macs, installing via [Homebrew][homebrew] is recommended: `brew install go`. For Windows & Linux, you can [follow Go’s installation guide][go] if you don’t have your own preferred method of package installation.
10
10
11
11
If you use VS Code as your primary editor, installing the [Go extension][go-vscode] is highly recommended.
0 commit comments