Fixes go tests in CI. Weirdly, there was an issue with how the 1.20 tag was getting used in the setup-go action. https://github.com/actions/setup-go/issues/326
Setting this verbosely to 1.20.x should fix this.
Adds linting via the golangci-lint action
Parallelizes the actions
Adds a .gitignore
Adds a make local target for building the go binary locally into a local build/ directory
Description
This PR does a few things:
1.20
tag was getting used in the setup-go action. https://github.com/actions/setup-go/issues/326 Setting this verbosely to1.20.x
should fix this..gitignore
make local
target for building the go binary locally into a localbuild/
directoryWhat type of PR is this? (check all applicable)
Related Tickets & Documents
Fixes #6
Mobile & Desktop Screenshots/Recordings
N/a
Added tests?
Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
N/a
[optional] What gif best describes this PR or how it makes you feel?