Skip to content

Commit

Permalink
Update CONTRIBUTING.md to reference the correct CI platform (open-tel…
Browse files Browse the repository at this point in the history
…emetry#5315)

Signed-off-by: Kevin Earls <kearls@redhat.com>
  • Loading branch information
kevinearls authored May 5, 2022
1 parent df00d05 commit b062dd3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,9 @@ $ git push fork feature

## General Notes

This project uses Go 1.17.* and CircleCI.
This project uses Go 1.17.* and [Github Actions.](https://github.com/features/actions)

CircleCI uses the Makefile with the `ci` target, it is recommended to
run it before submitting your PR. It runs `gofmt -s` (simplify) and `golint`.
It is recommended to run `make gofmt all` before submitting your PR

The dependencies are managed with `go mod` if you work with the sources under your
`$GOPATH` you need to set the environment variable `GO111MODULE=on`.
Expand Down

0 comments on commit b062dd3

Please sign in to comment.