We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088ad6a commit 142cd25Copy full SHA for 142cd25
main.go
@@ -25,8 +25,8 @@ import (
25
// make it available using e.g. `go install` and/or `go tool`.
26
func main() {
27
// This is hard-coded to point to the latest canary release, which is
28
- // appropriate for the `main` branch, but should be changed to the
29
- // appropriate release URL for each tagged release.
+ // appropriate for the `main` branch, but should be changed to the tag
+ // name for each tagged release.
30
//
31
// TODO: Can we automate updating this for each release?
32
release := "canary"
0 commit comments