Skip to content

Commit

Permalink
Merge pull request #42 from CrowdStrike/chore/upgarde_go_sdk_version
Browse files Browse the repository at this point in the history
chore: upgrade to latest go fdk
  • Loading branch information
jsteenb2 authored Dec 30, 2024
2 parents 3f329fe + 79ce771 commit d83b613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/Func_Jobs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Crowdstrike/foundry-sample-scalable-rtr/functions/Func_Jobs
go 1.21

require (
github.com/CrowdStrike/foundry-fn-go v0.23.1
github.com/CrowdStrike/foundry-fn-go v0.23.2
github.com/crowdstrike/gofalcon v0.4.3-0.20231013182855-e96a02e115d9
github.com/go-openapi/runtime v0.26.0
github.com/robfig/cron/v3 v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion functions/job_history/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Crowdstrike/foundry-sample-scalable-rtr/functions/job_history
go 1.21

require (
github.com/CrowdStrike/foundry-fn-go v0.23.1
github.com/CrowdStrike/foundry-fn-go v0.23.2
github.com/crowdstrike/gofalcon v0.5.0-rc1.0.20231018211136-aa9a14d480c8
github.com/eapache/go-resiliency v1.4.0
github.com/robfig/cron/v3 v3.0.1
Expand Down

0 comments on commit d83b613

Please sign in to comment.