Skip to content

Commit d11e626

Browse files
chore(github-actions): update github actions (#619)
* chore(github-actions): update github actions * create tag workflow Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> --------- Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 909f9e7 commit d11e626

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
6161
with:
6262
# renovate: github=goreleaser/goreleaser
63-
version: v2.12.2
63+
version: v2.12.3
6464
args: release --snapshot
6565
env:
6666
GITHUB_TOKEN: ""
@@ -88,7 +88,7 @@ jobs:
8888
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
8989
with:
9090
# renovate: github=golangci/golangci-lint
91-
version: v2.4.0
91+
version: v2.5.0
9292
args: "--max-same-issues=0"
9393

9494
super-lint:
@@ -175,7 +175,7 @@ jobs:
175175
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
176176
with:
177177
# renovate: github=goreleaser/goreleaser
178-
version: v2.12.2
178+
version: v2.12.3
179179
args: release --clean
180180
env:
181181
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

internal/config/types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,10 @@ type OpenVPNCommonNameMode int
143143
const (
144144
CommonNameModePlain OpenVPNCommonNameMode = iota
145145
CommonNameModeOmit
146-
CommonNameModeOmitValue = "-"
147146
)
148147

148+
const CommonNameModeOmitValue = "-"
149+
149150
// String returns the string representation of the common name mode.
150151
//
151152
//goland:noinspection GoMixedReceiverTypes

0 commit comments

Comments
 (0)