Skip to content

bump go and modules #57

bump go and modules

bump go and modules #57

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/.test.yml
push-docker:
uses: ./.github/workflows/.docker-push.yml
with:
is_pr: "${{ github.ref != 'refs/heads/main' }}"
secrets: inherit
needs: [test]