Skip to content

Commit

Permalink
README.md tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Mar 9, 2022
1 parent fb4a64b commit 11ebfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GitHub Action for setting up Golang via [actions/setup-go](https://github.com/ac

At completion of Action, runner will be left with the desired Golang version, ready for running additional quality of life operations - such as `go test`.

**Note:** internally, the [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) action provides caching of the Golang build/module cache directories - so no requirement to handle this within the composite action.
**Note:** internally, [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) provides caching of the Golang build/module cache directories - so no requirement to handle this within the composite action.

## Usage

Expand Down

0 comments on commit 11ebfd7

Please sign in to comment.