diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index ba081c8..94fa427 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -1,4 +1,5 @@ on: + workflow_dispatch: push: branches: - main @@ -7,3 +8,5 @@ jobs: build_and_publish: uses: wattpad/github-workflows/.github/workflows/go-build-and-publish.yml@main secrets: inherit + with: + api_type: GRPC \ No newline at end of file diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 9ba2d87..1b39375 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -7,3 +7,6 @@ jobs: build: uses: wattpad/github-workflows/.github/workflows/go-test-and-build.yml@main secrets: inherit + with: + golangci_version: "v1.52.1" + api_type: GRPC \ No newline at end of file diff --git a/README.md b/README.md index d4c28e1..6f448e6 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ Technical overview of a service generated by the `go-service-template`. ## Operational Details Operational details of a service generated by the `go-service-template`. +