Skip to content

Bump the gomod group with 2 updates (#86) #197

Bump the gomod group with 2 updates (#86)

Bump the gomod group with 2 updates (#86) #197

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Test
uses: pkoenig10/workflows/.github/workflows/go.yml@master
docker:
name: Docker
uses: pkoenig10/workflows/.github/workflows/docker.yml@master
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}