File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
using : composite
8
8
steps :
9
9
- name : Set up Go
10
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
10
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
11
11
with :
12
12
go-version-file : go.mod
13
13
cache : true
Original file line number Diff line number Diff line change 48
48
using : composite
49
49
steps :
50
50
- name : Set up Go
51
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
51
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
52
52
with :
53
53
go-version-file : go.mod
54
54
cache : true
Original file line number Diff line number Diff line change 11
11
lint :
12
12
name : Lint
13
13
runs-on : ubuntu-latest
14
- timeout-minutes : 5
14
+ timeout-minutes : 10
15
15
steps :
16
16
- name : Checkout code
17
17
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
68
68
node-version : 20
69
69
70
70
- name : Set up Go
71
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
71
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
72
72
with :
73
73
go-version : ' ^1.22'
74
74
cache : true
You can’t perform that action at this time.
0 commit comments