File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
44
- name : Setup Go
45
45
uses : actions/setup-go@v3
46
46
with :
47
- go-version : 1.19
47
+ go-version : 1.22
48
48
- name : Run GoReleaser
49
49
uses : goreleaser/goreleaser-action@v4
50
50
with :
Original file line number Diff line number Diff line change 15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
17
18
+ version : 2
19
+
18
20
env :
19
21
- GO11MODULE=on
20
22
- GO111MODULE=on
@@ -69,7 +71,7 @@ archives:
69
71
checksum :
70
72
name_template : ' checksums.txt'
71
73
snapshot :
72
- name_template : " {{ incpatch .Version }}"
74
+ version_template : " {{ incpatch .Version }}"
73
75
changelog :
74
76
sort : asc
75
77
filters :
Original file line number Diff line number Diff line change 1
1
github.com/apache/incubator-answer-plugins/connector-basic@latest
2
2
github.com/apache/incubator-answer-plugins/reviewer-basic@latest
3
- github.com/apache/incubator-answer-plugins/captcha-basic@latest
3
+ github.com/apache/incubator-answer-plugins/captcha-basic@latest
4
+ github.com/apache/incubator-answer-plugins/render-markdown-codehighlight@latest
5
+ github.com/apache/incubator-answer-plugins/embed-basic@latest
6
+ github.com/apache/incubator-answer-plugins/search-algolia@latest
You can’t perform that action at this time.
0 commit comments