Skip to content

Commit 88eaf31

Browse files
authored
Merge pull request #3412 from Eileen-Yu/maintain-external-plugin
🌱 Update go version for external plugin sample
2 parents ab73fd6 + 72013a2 commit 88eaf31

File tree

2 files changed

+9
-2
lines changed
  • .github
  • docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1

2 files changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
version: 2
77
updates:
8-
98
# Maintain dependencies for GitHub Actions
109
- package-ecosystem: "github-actions"
1110
# Workflow files stored in the
@@ -47,3 +46,11 @@ updates:
4746
directory: "testdata/project-v4"
4847
schedule:
4948
interval: "weekly"
49+
50+
# Maintain dependencies for go in external plugin sample
51+
- package-ecosystem: "gomod"
52+
directory: "docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1"
53+
schedule:
54+
interval: "weekly"
55+
labels:
56+
- "ok-to-test"

docs/book/src/simple-external-plugin-tutorial/testdata/sampleexternalplugin/v1/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module v1
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/spf13/pflag v1.0.5

0 commit comments

Comments
 (0)