Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
v0.17.0 (#2134)
Browse files Browse the repository at this point in the history
* v0.17.0

* removing goreleaser as the binary lives on a separate repo
  • Loading branch information
paganotoni authored Aug 7, 2021
1 parent 8171dfb commit 5d48221
Show file tree
Hide file tree
Showing 335 changed files with 13 additions and 21,863 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

21 changes: 13 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
os: [macos-latest, windows-latest, ubuntu-latest]
env:
GO111MODULE: on
go-version:
- '1.15.x'
- '1.16.x'
os:
- 'macos-latest'
- 'windows-latest'
- 'ubuntu-latest'

steps:
- name: Checkout code
uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
fetch-depth: 1
path: src/github.com/${{ github.repository }}
go-version: ${{ matrix.go-version }}

- name: Test
run: |
go mod tidy -v
Expand Down
45 changes: 0 additions & 45 deletions .goreleaser.yml

This file was deleted.

167 changes: 0 additions & 167 deletions buffalo/cmd/build.go

This file was deleted.

24 changes: 0 additions & 24 deletions buffalo/cmd/destroy.go

This file was deleted.

29 changes: 0 additions & 29 deletions buffalo/cmd/destroy/action.go

This file was deleted.

48 changes: 0 additions & 48 deletions buffalo/cmd/destroy/mailer.go

This file was deleted.

Loading

0 comments on commit 5d48221

Please sign in to comment.