Skip to content

Bump github.com/go-co-op/gocron/v2 from 2.17.0 to 2.18.1 #30

Bump github.com/go-co-op/gocron/v2 from 2.17.0 to 2.18.1

Bump github.com/go-co-op/gocron/v2 from 2.17.0 to 2.18.1 #30

Workflow file for this run

name: cc-event-store
on:
push
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
check-latest: true
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...