From 36607b43ab9a14fc62e0decbd0a553a8e4d520bf Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 16 Mar 2024 21:21:05 +1030 Subject: [PATCH] Fix goreleaser --- .goreleaser.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index f9ffe66..17f7afa 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,13 +1,3 @@ -# This is an example .goreleaser.yml file with some sensible defaults. -# Make sure to check the documentation at https://goreleaser.com - -# The lines below are called `modelines`. See `:help modeline` -# Feel free to remove those if you don't want/need to use them. -# yaml-language-server: $schema=https://goreleaser.com/static/schema.json -# vim: set ts=2 sw=2 tw=0 fo=cnqoj - -version: 1 - before: hooks: # You may remove this if you don't use go modules.