Skip to content

Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#117) #234

Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#117)

Bump github.com/go-co-op/gocron/v2 from 2.16.1 to 2.16.2 (#117) #234

Workflow file for this run

on:
push:
branches:
- v2
pull_request:
branches:
- v2
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.23"
- "1.24"
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: v2.1.5
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test