octomation / go-module

🧩 Template for a typical module written on Go.

Home Page:https://go-module.octolab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ci/cd: there is no workflow triggering for dependabot update

kamilsk opened this issue · comments

Details

#177 is invalid, because x/time set go to 1.18. The module supports go1.11, and this pull must have failed to build, but it doesn't. Anyway, there is no automated start.

I think this rule is incorrect.

pull_request:
branches: [ main ]
paths:
- '.github/workflows/ci.yml'
- '.golangci.yml'
- '**.go'
- 'go.{mod,sum}'
- 'Makefile'
- 'Taskfile'