octomation/go-module

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

kamilsk opened this issue · 0 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'