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 af7d77d commit e0f76a5Copy full SHA for e0f76a5
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: gomod
4
+ directory: /
5
+ schedule:
6
+ interval: daily
7
+- package-ecosystem: github-actions
8
9
10
.github/workflows/linter.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: golangci-lint
16
uses: golangci/golangci-lint-action@v2
17
with:
18
- version: v1.32
+ version: v1.41
0 commit comments