git-lfs/.github
brian m. carlson 902ee70821
.github/workflows: use Go 1.16 anywhere we "make release"
When we run "make release", we will implicitly build all possible
release targets, including ARM64 Darwin.  However, ARM64 Darwin is
available only in Go 1.16, so if we try to build with an earlier
version, the operation will fail.  For now, let's be explicit about the
version we want to use so that we don't have to rely on the default
Go version on Actions.  This will let us get ARM64 Darwin support out
faster.

In the future, when the default for Actions is Go 1.16 or later, we'll
probably revert this commit and go back to using the default behavior.
2021-03-17 16:54:05 +00:00
..
ISSUE_TEMPLATE Add issue templates 2019-11-13 19:54:28 +00:00
workflows .github/workflows: use Go 1.16 anywhere we "make release" 2021-03-17 16:54:05 +00:00