Skip to content

fix(deps): update module github.com/go-co-op/gocron to v2 #50

fix(deps): update module github.com/go-co-op/gocron to v2

fix(deps): update module github.com/go-co-op/gocron to v2 #50

Workflow file for this run

name: PR Build
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: "^1.21"
- run: make test-integration-docker
name: Run integration tests inside Docker
- run: make test
name: Unit tests
- run: make build
name: Build
- run: make build-plugins
name: Build Plugins