Skip to content

Commit 3546656

Browse files
committed
feat: update actions
1 parent 0f8e09c commit 3546656

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "gomod" # See documentation for possible values
13+
directory: "/" # Location of package manifests
14+
schedule:
15+
interval: "weekly"

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
with:
1313
go-version-file: go.mod
1414
- name: golangci-lint
15-
uses: golangci/golangci-lint-action@v4
15+
uses: golangci/golangci-lint-action@v7
1616
with:
1717
version: latest
18-
args: --enable-all
1918
test:
2019
name: test
2120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)