Skip to content

Bump github.com/go-co-op/gocron from 1.31.0 to 1.36.0 #40

Bump github.com/go-co-op/gocron from 1.31.0 to 1.36.0

Bump github.com/go-co-op/gocron from 1.31.0 to 1.36.0 #40

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.20"
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.51.2
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test