Skip to content

Commit

Permalink
Merge pull request #3412 from Eileen-Yu/maintain-external-plugin
Browse files Browse the repository at this point in the history
馃尡 Update go version for external plugin sample
  • Loading branch information
k8s-ci-robot committed May 16, 2023
2 parents ab73fd6 + 72013a2 commit 88eaf31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -5,7 +5,6 @@

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the
Expand Down Expand Up @@ -47,3 +46,11 @@ updates:
directory: "testdata/project-v4"
schedule:
interval: "weekly"

# Maintain dependencies for go in external plugin sample
- package-ecosystem: "gomod"
directory: "docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1"
schedule:
interval: "weekly"
labels:
- "ok-to-test"
@@ -1,6 +1,6 @@
module v1

go 1.19
go 1.20

require (
github.com/spf13/pflag v1.0.5
Expand Down

0 comments on commit 88eaf31

Please sign in to comment.