Skip to content

Commit

Permalink
feat: Add version header for .goreleaser.yaml
Browse files Browse the repository at this point in the history
Add missing version header for goreleaser configuration in .goreleaser.yaml (see: https://goreleaser.com/errors/version/#unsupported-configuration-version).
  • Loading branch information
4ndyZ committed Jul 1, 2024
1 parent 76d85be commit 16042a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
version: 2
project_name: corona-dashboard
builds:
- env: [CGO_ENABLED=0]
Expand Down

0 comments on commit 16042a7

Please sign in to comment.