Skip to content

Commit ea1a6ab

Browse files
author
nukosuke
authored
Add support go 1.21.x / drop 1.16.x (#282)
* Update ci.yml * Update dependabot.yml
1 parent a4cebf3 commit ea1a6ab

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ updates:
1010
schedule:
1111
interval: "weekly"
1212
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+
time: "10:00"
21+
timezone: "Asia/Tokyo"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
matrix:
99
go-version:
10-
- 1.16.x
1110
- 1.17.x
1211
- 1.18.x
1312
- 1.19.x
1413
- 1.20.x
14+
- 1.21.x
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Set up Go 1.x

0 commit comments

Comments
 (0)