diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47ef026..d3f0bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.22' - - run: go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7c300bd65c20f4f6c4298 - run: ./build.sh - run: go get - run: go test diff --git a/go/event_kit_api/CONTRIBUTING.md b/go/event_kit_api/CONTRIBUTING.md index 3712a78..56b65c4 100644 --- a/go/event_kit_api/CONTRIBUTING.md +++ b/go/event_kit_api/CONTRIBUTING.md @@ -1,11 +1,5 @@ # Contributing Guidelines -## Installing Required Tools - -```sh -go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7c300bd65c20f4f6c4298 -``` - ## Executing the Generator ```sh @@ -16,4 +10,4 @@ go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2cf7fcf5b26d1a4362e7 1. Update `CHANGELOG.md` 2. Set the tag: `git tag -a go/event_kit_api/v2.0.1 -m go/event_kit_api/v2.0.1` - 3. Push the tag: `git push origin go/event_kit_api/v2.0.1` \ No newline at end of file + 3. Push the tag: `git push origin main go/event_kit_api/v2.0.1` \ No newline at end of file