File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- go : ["1.15 .x", "1.16 .x"]
16+ go : ["1.16 .x", "1.17 .x"]
1717 include :
18- - go : 1.16 .x
18+ - go : 1.17 .x
1919 latest : true
2020
2121 steps :
2626
2727 - name : Checkout code
2828 uses : actions/checkout@v2
29-
29+
3030 - name : Load cached dependencies
3131 uses : actions/cache@v1
3232 with :
Original file line number Diff line number Diff line change 11Releases
22========
33
4+ v1.8.0 (2022-02-28)
5+ ===================
6+
7+ - ` Combine ` : perform zero allocations when there are no errors.
8+
9+
410v1.7.0 (2021-05-06)
511===================
612
Original file line number Diff line number Diff line change 1818// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919// THE SOFTWARE.
2020
21+ //go:build tools
2122// +build tools
2223
2324package multierr
You can’t perform that action at this time.
0 commit comments