We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56570a6 commit ae19ceeCopy full SHA for ae19cee
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- go-version: [stable]
+ go-version: ["1.21", stable]
36
steps:
37
- name: Checkout Repository
38
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -99,6 +99,7 @@ jobs:
99
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
100
with:
101
go-version: stable
102
+ if: ${{ github.ref_type == 'tag' }}
103
104
- name: Run GoReleaser
105
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
.goreleaser.yaml
@@ -10,3 +10,6 @@ announce:
10
enabled: true
11
channel: "#announcements"
12
message_template: "NGINX Plus Go Client {{ .Tag }} is out! Check it out: {{ .ReleaseURL }}"
13
+
14
+milestones:
15
+ - close: true
0 commit comments