Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Update Github workflows #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -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
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.