From 04a0c8be18bb731a653bb45e0a2c6e1c38593dd2 Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Fri, 30 Aug 2024 08:58:13 +0200 Subject: [PATCH] chore: update CONTRIBUTING.md --- .github/workflows/ci.yml | 1 - go/event_kit_api/CONTRIBUTING.md | 8 +------- 2 files changed, 1 insertion(+), 8 deletions(-) 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