Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bump github.com/go-co-op/gocron from 1.34.0 to 1.34.1 #8

Bump github.com/go-co-op/gocron from 1.34.0 to 1.34.1

Bump github.com/go-co-op/gocron from 1.34.0 to 1.34.1 #8

Workflow file for this run

name: test Go using asdf
on:
push:
pull_request:
jobs:
test-asdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Tests
run: go test -v ./...