1
0
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:
dependabot[bot]
2020-08-04 03:21:26 +00:00
committed by GitHub
parent 35057eac33
commit 04f8656430
8 changed files with 46 additions and 22 deletions

View File

@@ -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"