Skip to content

Commit 0262998

Browse files
committed
test: fixes
1 parent 450d3a4 commit 0262998

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- windows-latest
2929
version:
3030
- latest
31+
- '~> 2.6'
3132
- '~> 1.26'
3233
distribution:
3334
- goreleaser
@@ -69,6 +70,7 @@ jobs:
6970
matrix:
7071
version:
7172
- latest
73+
- '~> 2.6'
7274
- '~> 1.26'
7375
distribution:
7476
- goreleaser

test/.goreleaser-signing.yml

-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ builds:
1717
- "386"
1818
- "amd64"
1919

20-
archives:
21-
-
22-
format_overrides:
23-
- goos: windows
24-
formats: [ zip ]
25-
2620
checksum:
2721
name_template: 'checksums.txt'
2822

test/.goreleaser.yml

-6
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,5 @@ builds:
1717
- "386"
1818
- "amd64"
1919

20-
archives:
21-
-
22-
format_overrides:
23-
- goos: windows
24-
formats: [ zip ]
25-
2620
checksum:
2721
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)