Skip to content

Bump github.com/go-co-op/gocron/v2 from 2.2.1 to 2.2.2 #30

Bump github.com/go-co-op/gocron/v2 from 2.2.1 to 2.2.2

Bump github.com/go-co-op/gocron/v2 from 2.2.1 to 2.2.2 #30

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
contents: read
env:
GO_VERSION: "1.21"
GOLANGCI_LINT_VERSION: "v1.55.2"
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Download Dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
args: --timeout=10m