Skip to content

Commit

Permalink
test: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 11, 2025
1 parent 450d3a4 commit 0262998
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- windows-latest
version:
- latest
- '~> 2.6'
- '~> 1.26'
distribution:
- goreleaser
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
matrix:
version:
- latest
- '~> 2.6'
- '~> 1.26'
distribution:
- goreleaser
Expand Down
6 changes: 0 additions & 6 deletions test/.goreleaser-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ builds:
- "386"
- "amd64"

archives:
-
format_overrides:
- goos: windows
formats: [ zip ]

checksum:
name_template: 'checksums.txt'

Expand Down
6 changes: 0 additions & 6 deletions test/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@ builds:
- "386"
- "amd64"

archives:
-
format_overrides:
- goos: windows
formats: [ zip ]

checksum:
name_template: 'checksums.txt'

0 comments on commit 0262998

Please sign in to comment.