Skip to content

Commit

Permalink
update: bumped driverkit to v0.15.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Oct 24, 2023
1 parent 2e8fcee commit e7ff020
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GO ?= go
GORELEASER ?= goreleaser
output ?= dbg-go
TEST_FLAGS ?= -v -race -tags=test_all
DRIVERKIT_VERSION=v0.15.2
DRIVERKIT_VERSION=v0.15.3
LDFLAGS := -X github.com/falcosecurity/driverkit/pkg/driverbuilder/builder.defaultImageTag=${DRIVERKIT_VERSION}

.PHONY: build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/aws/aws-sdk-go-v2/config v1.18.37
github.com/aws/aws-sdk-go-v2/credentials v1.13.35
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
github.com/falcosecurity/driverkit v0.15.2
github.com/falcosecurity/driverkit v0.15.3
github.com/johannesboyne/gofakes3 v0.0.0-20230506070712-04da935ef877
github.com/json-iterator/go v1.1.12
github.com/olekukonko/tablewriter v0.0.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ github.com/falcosecurity/driverkit v0.15.1 h1:wTSrY3QKzOv4oEaJZERWVsNd5tN7hJ8Y+9
github.com/falcosecurity/driverkit v0.15.1/go.mod h1:RPI15yAVBOELYZ2iJUl3+cOwVBi4o8kWd0AYoBF4xrk=
github.com/falcosecurity/driverkit v0.15.2 h1:QDC3PEzpIILTwZA8/bqGZYBXxWRD2ZVVEAtZcDtLLno=
github.com/falcosecurity/driverkit v0.15.2/go.mod h1:RXG4bbofv903PwXKZne3RgnFcVKlyOTioKeWnDt9qBw=
github.com/falcosecurity/driverkit v0.15.3 h1:3FdxAG4HnxP5NsHy5KIiVnG6fS9vY4iileVDU0uY8J4=
github.com/falcosecurity/driverkit v0.15.3/go.mod h1:RXG4bbofv903PwXKZne3RgnFcVKlyOTioKeWnDt9qBw=
github.com/falcosecurity/falcoctl v0.6.0 h1:+VW6/HJ9mWU2p8apiTQuKRHFsBngfG1s35ao4X2BEfc=
github.com/falcosecurity/falcoctl v0.6.0/go.mod h1:4Hx4h3KtcaQzPKxvYn5S9x4IHxwd6QRK9Gu04HHNbhE=
github.com/fatih/camelcase v1.0.0 h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=
Expand Down

0 comments on commit e7ff020

Please sign in to comment.