File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
version : 2
5
5
updates :
6
+ - package-ecosystem : " github-actions"
7
+ directory : " /"
8
+ schedule :
9
+ interval : " weekly"
10
+ labels : ["skip-notes"]
11
+ open-pull-requests-limit : 3
6
12
- package-ecosystem : gomod
7
13
directory : /
8
14
schedule :
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Set up Go 1.x
27
- uses : actions/setup-go@v4
27
+ uses : actions/setup-go@v5
28
28
with :
29
29
go-version : ${{ matrix.go-version }}
30
30
- name : Check out repository
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
- name : Check modules
33
33
run : go mod verify
34
34
- name : Build
35
35
run : go build
36
36
- name : Test
37
37
run : go test -v ./...
38
38
- name : Run linter
39
- uses : golangci/golangci-lint-action@v3
39
+ uses : golangci/golangci-lint-action@v8
40
40
with :
41
- version : v1.52.2
41
+ version : v2.1.6
42
42
args : -E=gofmt --timeout=30m0s
You can’t perform that action at this time.
0 commit comments