File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3.0.2
1919 - uses : actions/setup-go@v2
2020 with :
21- go-version : ' 1.16 .x'
21+ go-version : ' 1.25 .x'
2222 - uses : actions/cache@v2
2323 with :
2424 # In order:
4646 fetch-depth : 2
4747 - uses : actions/setup-go@v2
4848 with :
49- go-version : ' 1.16 .x'
49+ go-version : ' 1.25 .x'
5050 - name : List
5151 run : go list -mod=mod all
5252 - name : Run coverage
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3.0.2
1919 - uses : actions/setup-go@v2
2020 with :
21- go-version : ' 1.16 .x'
21+ go-version : ' 1.25 .x'
2222 - uses : actions/cache@v2
2323 with :
2424 # In order:
4646 fetch-depth : 2
4747 - uses : actions/setup-go@v2
4848 with :
49- go-version : ' 1.16 .x'
49+ go-version : ' 1.25 .x'
5050 - name : List
5151 run : go list -mod=mod all
5252 - name : Run coverage
9999 fetch-depth : 0
100100 - uses : actions/setup-go@v2
101101 with :
102- go-version : ' 1.16.4 '
102+ go-version : ' 1.25.3 '
103103 - name : Release Notes
104104 run :
105105 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