diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e243987..23322ff 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,3 +1,4 @@ +--- name: Go on: push: @@ -9,8 +10,8 @@ jobs: name: Build and Test strategy: matrix: - go-version: [1.12.x, 1.13.x] - platform: [ubuntu-latest, macos-latest, windows-latest] + go-version: [1.14.x, 1.15.x, 1.16.x] + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - name: Setup Go ${{ matrix.go-version }} diff --git a/.goreleaser.yml b/.goreleaser.yml index eacfa03..43a6cf0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -10,7 +10,6 @@ archive: replacements: darwin: Darwin linux: Linux - windows: Windows 386: i386 amd64: x86_64 checksum: