This repository was archived by the owner on Apr 27, 2022. It is now read-only.
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@v2
1919 - uses : actions/setup-go@v2
2020 with :
21- go-version : ' 1.16'
21+ go-version : ' 1.16.3 '
2222 - name : golangci-lint
23232424 with :
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-go@v2
3333 with :
34- go-version : ' 1.16'
34+ go-version : ' 1.16.3 '
3535 - run : go test -v -cover
3636 build :
3737 name : Build binary
8989 uses : actions/checkout@v2
9090 - uses : actions/setup-go@v2
9191 with :
92- go-version : ' 1.16.2 '
92+ go-version : ' 1.16.3 '
9393 - name : Get OS and arch info
9494 run : |
9595 GOOSARCH=${{matrix.goosarch}}
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v2
1919 - uses : actions/setup-go@v2
2020 with :
21- go-version : ' 1.16.2 '
21+ go-version : ' 1.16.3 '
2222 - name : golangci-lint
23232424 with :
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-go@v2
3333 with :
34- go-version : ' 1.16.2 '
34+ go-version : ' 1.16.3 '
3535 - run : go test -v -cover
3636 release :
3737 name : Create Release
9191 fetch-depth : 0
9292 - uses : actions/setup-go@v2
9393 with :
94- go-version : ' 1.16.2 '
94+ go-version : ' 1.16.3 '
9595 - name : Get OS and arch info
9696 run : |
9797 GOOSARCH=${{matrix.goosarch}}
You can’t perform that action at this time.
0 commit comments