There was an error while loading. Please reload this page.
1 parent 450d3a4 commit 0262998Copy full SHA for 0262998
3 files changed
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
- windows-latest
29
version:
30
- latest
31
+ - '~> 2.6'
32
- '~> 1.26'
33
distribution:
34
- goreleaser
@@ -69,6 +70,7 @@ jobs:
69
70
matrix:
71
72
73
74
75
76
test/.goreleaser-signing.yml
@@ -17,12 +17,6 @@ builds:
17
- "386"
18
- "amd64"
19
20
-archives:
21
- -
22
- format_overrides:
23
- - goos: windows
24
- formats: [ zip ]
25
-
26
checksum:
27
name_template: 'checksums.txt'
test/.goreleaser.yml
@@ -17,11 +17,5 @@ builds:
0 commit comments