WIP: 103268-job-task-progress #104185

Draft
Nitin-Rawat-1 wants to merge 19 commits from Nitin-Rawat-1/flamenco:103268-job-task-progress into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 16cb71054f - Show all commits

1
.gitattributes vendored
View File

@ -1,4 +1,5 @@
# Mark generated files as such.
/addon/flamenco/manager/** linguist-generated=true
/addon/flamenco/manager_README.md linguist-generated=true
/web/app/src/manager-api/** linguist-generated=true
**/*.gen.go linguist-generated=true

View File

@ -18,7 +18,7 @@ Then follow the steps below to get everything up & running.
Most of Flamenco is made in Go.
1. Install [Go 1.18 or newer](https://go.dev/).
1. Install [Go 1.20 or newer](https://go.dev/).
2. Optional: set the environment variable `GOPATH` to where you want Go to put its packages. Go will use `$HOME/go` by default.
3. Ensure `$GOPATH/bin` is included in your `$PATH` environment variable. Run `go env GOPATH` if you're not sure what path to use.