File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
24
24
steps :
25
25
- name : Install Go
26
- uses : actions/setup-go@v2
26
+ uses : actions/setup-go@v4
27
27
with :
28
28
go-version : 1.22.x
29
29
- name : Checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
- name : Cache Modules
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/go/pkg/mod
35
35
key : ${{ runner.os }}-go-v1-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 8
8
timeout-minutes : 30
9
9
steps :
10
10
- name : Install Go
11
- uses : actions/setup-go@v2
11
+ uses : actions/setup-go@v4
12
12
with :
13
13
go-version : 1.22.x
14
14
- name : Check out code
15
- uses : actions/checkout@v1
15
+ uses : actions/checkout@v4
16
16
- name : golanci-lint
17
17
uses : upfluence/action-golangci-lint@master
18
18
with :
You can’t perform that action at this time.
0 commit comments