syntax fix, yet again

This commit is contained in:
A.Unger
2020-05-22 09:14:58 +02:00
parent 917839a6db
commit b39489e9dd

View File

@@ -73,7 +73,7 @@ def testing(ctx):
},
{
'name': 'staticcheck',
'image': image: golangci/golangci-lint:latest',
'image': golangci/golangci-lint:latest',
'pull': 'always',
'commands': [
golangci-lint run,