File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v3.0.2
19
19
- uses : actions/setup-go@v2
20
20
with :
21
- go-version : ' 1.16 .x'
21
+ go-version : ' 1.25 .x'
22
22
- uses : actions/cache@v2
23
23
with :
24
24
# In order:
46
46
fetch-depth : 2
47
47
- uses : actions/setup-go@v2
48
48
with :
49
- go-version : ' 1.16 .x'
49
+ go-version : ' 1.25 .x'
50
50
- name : List
51
51
run : go list -mod=mod all
52
52
- name : Run coverage
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v3.0.2
19
19
- uses : actions/setup-go@v2
20
20
with :
21
- go-version : ' 1.16 .x'
21
+ go-version : ' 1.25 .x'
22
22
- uses : actions/cache@v2
23
23
with :
24
24
# In order:
46
46
fetch-depth : 2
47
47
- uses : actions/setup-go@v2
48
48
with :
49
- go-version : ' 1.16 .x'
49
+ go-version : ' 1.25 .x'
50
50
- name : List
51
51
run : go list -mod=mod all
52
52
- name : Run coverage
99
99
fetch-depth : 0
100
100
- uses : actions/setup-go@v2
101
101
with :
102
- go-version : ' 1.16.4 '
102
+ go-version : ' 1.25.1 '
103
103
- name : Release Notes
104
104
run :
105
105
git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"
You can’t perform that action at this time.
0 commit comments