diff --git a/Makefile b/Makefile index de9019db1a..cb368a1152 100644 --- a/Makefile +++ b/Makefile @@ -1049,7 +1049,8 @@ UPDATE_GO_MODS := \ ./tools/github-manage/go.mod \ ./tools/qacheck/go.mod \ ./third_party/goval-dictionary/go.mod \ - ./tools/fleet-mcp/go.mod + ./tools/fleet-mcp/go.mod \ + ./tools/dibble/go.mod update-go: @test $(version) || (echo "Mising 'version' argument, usage: 'make update-go version=1.24.4'" ; exit 1) @for dockerfile in $(UPDATE_GO_DOCKERFILES) ; do \ diff --git a/tools/dibble/go.mod b/tools/dibble/go.mod index c521850234..8f063eac4e 100644 --- a/tools/dibble/go.mod +++ b/tools/dibble/go.mod @@ -1,6 +1,6 @@ module github.com/fleetdm/fleet/v4/tools/dibble -go 1.26.3 +go 1.26.4 // The parent fleet module is included so we can enumerate every activity // type for the `dibble activities` seeder. Pinned to the local checkout via