Skip to content

Merge pull request #114 from greboid/dependabot/go_modules/google.gol… #142

Merge pull request #114 from greboid/dependabot/go_modules/google.gol…

Merge pull request #114 from greboid/dependabot/go_modules/google.gol… #142

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]