Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jun 5, 2024
1 parent beac410 commit 286f3b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- windows-latest
version:
- latest
- '~> 1.15'
- '~> 1.26'
distribution:
- goreleaser
- goreleaser-pro
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
version:
- latest
- '~> 0.166'
- '~> 1.26'
distribution:
- goreleaser
- goreleaser-pro
Expand Down
1 change: 0 additions & 1 deletion test/.goreleaser-dist.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 2
env:
- GO111MODULE=on

Expand Down
1 change: 0 additions & 1 deletion test/.goreleaser-signing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 2
env:
- GO111MODULE=on

Expand Down
1 change: 0 additions & 1 deletion test/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: 2
env:
- GO111MODULE=on

Expand Down

0 comments on commit 286f3b1

Please sign in to comment.