We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cebf3 commit ea1a6abCopy full SHA for ea1a6ab
.github/dependabot.yml
@@ -10,3 +10,12 @@ updates:
10
schedule:
11
interval: "weekly"
12
day: "saturday"
13
+ time: "10:00"
14
+ timezone: "Asia/Tokyo"
15
+ - package-ecosystem: "github-actions"
16
+ directory: "/"
17
+ schedule:
18
+ interval: "weekly"
19
+ day: "saturday"
20
21
.github/workflows/ci.yml
@@ -7,11 +7,11 @@ jobs:
7
strategy:
8
matrix:
9
go-version:
- - 1.16.x
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
+ - 1.21.x
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
0 commit comments