mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-21 14:20:41 +00:00
chore(deps): update golang devdeps non-major (#88)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
dfb94216e8
commit
b0214b66b4
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
||||||
GOFUMPT_PACKAGE_VERSION := v0.5.0
|
GOFUMPT_PACKAGE_VERSION := v0.6.0
|
||||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
GOLANGCI_LINT_PACKAGE_VERSION := v1.55.2
|
GOLANGCI_LINT_PACKAGE_VERSION := v1.56.1
|
||||||
|
|
||||||
EXECUTABLE := wp-matrix
|
EXECUTABLE := wp-matrix
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ func Test_messageContent(t *testing.T) {
|
|||||||
|
|
||||||
options := wp.Options{
|
options := wp.Options{
|
||||||
Name: "wp-matrix",
|
Name: "wp-matrix",
|
||||||
Execute: func(ctx context.Context) error { return nil },
|
Execute: func(_ context.Context) error { return nil },
|
||||||
}
|
}
|
||||||
|
|
||||||
p := New(options, &Settings{})
|
p := New(options, &Settings{})
|
||||||
|
Loading…
Reference in New Issue
Block a user