aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 14:43:01 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 14:46:23 -0700
commited87812bb4d1fb37c66671f3eb598ac6194bc35c (patch)
tree84135a34347d24e46b1ccf64b0664728d76298a2 /.github/workflows/ci.yml
parentb928729b995fbbc007e47ec39a111ef059fcb29c (diff)
README.md: don't recommend 'go get'
With the latest version of go, the recommended 'go get' commands fail: go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'. Replace them with commands that work.
Diffstat (limited to '.github/workflows/ci.yml')
0 files changed, 0 insertions, 0 deletions