You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
chore(deps): bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 (#1718)
* chore(deps): bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/golangci/golangci-lint/compare/v1.29.0...v1.30.0) Signed-off-by: dependabot[bot] <support@github.com> * fix: lint issues Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@ type Template struct {
|
||||
type Fields map[string]interface{}
|
||||
|
||||
const (
|
||||
// general keys
|
||||
// general keys.
|
||||
projectName = "ProjectName"
|
||||
version = "Version"
|
||||
rawVersion = "RawVersion"
|
||||
@@ -44,7 +44,7 @@ const (
|
||||
date = "Date"
|
||||
timestamp = "Timestamp"
|
||||
|
||||
// artifact-only keys
|
||||
// artifact-only keys.
|
||||
osKey = "Os"
|
||||
arch = "Arch"
|
||||
arm = "Arm"
|
||||
@@ -53,10 +53,10 @@ const (
|
||||
artifactName = "ArtifactName"
|
||||
artifactPath = "ArtifactPath"
|
||||
|
||||
// gitlab only
|
||||
// gitlab only.
|
||||
artifactUploadHash = "ArtifactUploadHash"
|
||||
|
||||
// build keys
|
||||
// build keys.
|
||||
name = "Name"
|
||||
ext = "Ext"
|
||||
path = "Path"
|
||||
|
||||
Reference in New Issue
Block a user