File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
35
- go-version : [stable]
35
+ go-version : ["1.21", stable]
36
36
steps :
37
37
- name : Checkout Repository
38
38
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
99
99
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
100
100
with :
101
101
go-version : stable
102
+ if : ${{ github.ref_type == 'tag' }}
102
103
103
104
- name : Run GoReleaser
104
105
uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
Original file line number Diff line number Diff line change @@ -10,3 +10,6 @@ announce:
10
10
enabled : true
11
11
channel : " #announcements"
12
12
message_template : " NGINX Plus Go Client {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}"
13
+
14
+ milestones :
15
+ - close : true
You can’t perform that action at this time.
0 commit comments