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'