File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 push :
33 # Sequence of patterns matched against refs/tags
44 tags :
5- - ' v *' # Push events to matching v*, i.e. v1.0, v20.15.10
5+ - ' *' # Push events to matching *
66
77name : Latest Release
88
1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-go@v4
2020 with :
21- go-version : ' 1.20.4 '
21+ go-version : ' 1.22.1 '
2222 - name : golangci-lint
2323 uses : golangci/golangci-lint-action@v2.5.2
2424 with :
3131 - uses : actions/checkout@v3
3232 - uses : actions/setup-go@v4
3333 with :
34- go-version : ' 1.20.4 '
34+ go-version : ' 1.22.1 '
3535 - run : go test -v -cover
3636 release :
3737 name : Create Release
5454 fetch-depth : 0
5555 - uses : actions/setup-go@v4
5656 with :
57- go-version : ' 1.20.4 '
57+ go-version : ' 1.22.1 '
5858 - name : Get OS and arch info
5959 run : |
6060 GOOSARCH=${{matrix.goosarch}}
You can’t perform that action at this time.
0 commit comments