You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-15 01:34:21 +02:00
chore: gofumpt & lint (#2190)
Signed-off-by: Carlos Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5866b9cb63
commit
860b4a8f81
@ -162,7 +162,6 @@ func (s *GetExistingReleaseSuite) TestReleaseExists() {
|
||||
require.NotNil(t, result)
|
||||
require.Equal(t, *result, release)
|
||||
require.NoError(t, err)
|
||||
|
||||
}
|
||||
|
||||
func TestGetExistingReleaseSuite(t *testing.T) {
|
||||
@ -409,7 +408,7 @@ func TestGiteaUploadSuite(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGiteaReleaseURLTemplate(t *testing.T) {
|
||||
var ctx = context.New(config.Project{
|
||||
ctx := context.New(config.Project{
|
||||
GiteaURLs: config.GiteaURLs{
|
||||
API: "https://gitea.com/api/v1",
|
||||
Download: "https://gitea.com",
|
||||
|
Reference in New Issue
Block a user