Skip to content

Commit b5a7643

Browse files
Merge pull request #19 from mach-composer/update/bump-provider
chore: bump provider version
2 parents 574486a + 2e8f23d commit b5a7643

File tree

3 files changed

+38
-19
lines changed

3 files changed

+38
-19
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: update provider version
3+
time: 2025-04-25T11:32:54.483860411+02:00

.golangci.yml

Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
1+
version: "2"
12
linters:
2-
disable-all: true
3+
default: none
34
enable:
4-
- asciicheck
5-
- bodyclose
6-
- contextcheck
7-
- errcheck
8-
- exhaustive
9-
- exportloopref
10-
- forcetypeassert
11-
- goimports
12-
- gosimple
13-
- govet
14-
- ineffassign
15-
- predeclared
16-
- staticcheck
17-
- tenv
18-
- typecheck
19-
- unused
20-
- whitespace
5+
- asciicheck
6+
- bodyclose
7+
- contextcheck
8+
- errcheck
9+
- exhaustive
10+
- forcetypeassert
11+
- govet
12+
- ineffassign
13+
- predeclared
14+
- staticcheck
15+
- unused
16+
- whitespace
17+
exclusions:
18+
generated: lax
19+
presets:
20+
- comments
21+
- common-false-positives
22+
- legacy
23+
- std-error-handling
24+
paths:
25+
- third_party$
26+
- builtin$
27+
- examples$
28+
formatters:
29+
enable:
30+
- goimports
31+
exclusions:
32+
generated: lax
33+
paths:
34+
- third_party$
35+
- builtin$
36+
- examples$

internal/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type HoneycombPlugin struct {
1919

2020
func NewHoneycombPlugin() schema.MachComposerPlugin {
2121
state := &HoneycombPlugin{
22-
provider: "0.18.1", // Provider version of `honeycombio/honeycombio`
22+
provider: "0.33.0", // Provider version of `honeycombio/honeycombio`
2323
siteConfigs: map[string]*HoneycombConfig{},
2424
}
2525
return plugin.NewPlugin(&schema.PluginSchema{

0 commit comments

Comments
 (0)