We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30ed74d + 2b70a3e commit 09d7376Copy full SHA for 09d7376
.github/dependabot.yml
@@ -0,0 +1,7 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "monthly"
.github/workflows/ci.yml
@@ -6,11 +6,11 @@ jobs:
name: Default build
strategy:
8
matrix:
9
- go: ['1.12.x', '1.13.x', '1.14.x']
+ go: ['1.18.x', '1.19.x']
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
13
- - uses: actions/setup-go@v1
+ - uses: actions/checkout@v3
+ - uses: actions/setup-go@v3
14
with:
15
go-version: ${{ matrix.go }}
16
- run: script/cibuild
0 commit comments