Skip to content

Merge pull request #85 from greboid/dependabot/go_modules/google.gola… #109

Merge pull request #85 from greboid/dependabot/go_modules/google.gola…

Merge pull request #85 from greboid/dependabot/go_modules/google.gola… #109

Workflow file for this run

name: build
on:
push:
branches:
- master
tags:
- v*
jobs:
test:
uses: greboid/.github/.github/workflows/go-test.yml@master
secrets: inherit
container:
uses: greboid/.github/.github/workflows/docker.yml@master
secrets: inherit
needs: [test]