Skip to content

Merge pull request #116 from greboid/dependabot/go_modules/golang.org… #143

Merge pull request #116 from greboid/dependabot/go_modules/golang.org…

Merge pull request #116 from greboid/dependabot/go_modules/golang.org… #143

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]