From 026299872805cb2db698e02dd7fb506a4da5122d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 10 Feb 2025 23:45:14 -0300 Subject: [PATCH] test: fixes --- .github/workflows/ci.yml | 2 ++ test/.goreleaser-signing.yml | 6 ------ test/.goreleaser.yml | 6 ------ 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af9c09c..1c5db64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: - windows-latest version: - latest + - '~> 2.6' - '~> 1.26' distribution: - goreleaser @@ -69,6 +70,7 @@ jobs: matrix: version: - latest + - '~> 2.6' - '~> 1.26' distribution: - goreleaser diff --git a/test/.goreleaser-signing.yml b/test/.goreleaser-signing.yml index 76ccd73..103a7f9 100644 --- a/test/.goreleaser-signing.yml +++ b/test/.goreleaser-signing.yml @@ -17,12 +17,6 @@ builds: - "386" - "amd64" -archives: - - - format_overrides: - - goos: windows - formats: [ zip ] - checksum: name_template: 'checksums.txt' diff --git a/test/.goreleaser.yml b/test/.goreleaser.yml index 55d387f..860dde7 100644 --- a/test/.goreleaser.yml +++ b/test/.goreleaser.yml @@ -17,11 +17,5 @@ builds: - "386" - "amd64" -archives: - - - format_overrides: - - goos: windows - formats: [ zip ] - checksum: name_template: 'checksums.txt'