File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
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 @@ -20,21 +20,21 @@ jobs:
20
20
name : Test
21
21
strategy :
22
22
matrix :
23
- go-version : [1.18 .x, 1.19.x, 1.20 .x]
23
+ go-version : [1.22 .x, 1.23 .x]
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 : Test
35
35
run : go test -v ./...
36
36
- name : Run linter
37
- uses : golangci/golangci-lint-action@v3
37
+ uses : golangci/golangci-lint-action@v6
38
38
with :
39
- version : v1.52.2
39
+ version : v1.61.0
40
40
args : -E=gofmt --timeout=30m0s
You can’t perform that action at this time.
0 commit comments