File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup Go
18
18
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
19
19
with :
20
- go-version : ' 1.22'
20
+ go-version : ' 1.22.7 '
21
21
- name : Test source headers are present
22
22
run : make test-source-headers
23
23
- name : Run unit tests
Original file line number Diff line number Diff line change 15
15
- name : Setup Go
16
16
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
17
17
with :
18
- go-version : " 1.22"
18
+ go-version : " 1.22.7 "
19
19
- name : golangci-lint
20
20
uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # pin@6.1.0
21
21
with :
Original file line number Diff line number Diff line change 25
25
- name : Setup Go
26
26
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
27
27
with :
28
- go-version : ' 1.22'
28
+ go-version : ' 1.22.7 '
29
29
30
30
- name : Run unit tests
31
31
run : make test-coverage
81
81
- name : Setup Go
82
82
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@5.0.2
83
83
with :
84
- go-version : ' 1.22'
84
+ go-version : ' 1.22.7 '
85
85
86
86
- name : Run unit tests
87
87
run : make test-coverage
You can’t perform that action at this time.
0 commit comments