Skip to content

Commit

Permalink
Change source dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dude333 committed May 11, 2021
1 parent 306b069 commit d80b2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-lint-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.16', '1.14', '1.13']
go: ['1.16']
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go_version: [ 1.14.x ]
go_version: [ 1.16.x ]

runs-on: ubuntu-latest

Expand All @@ -76,7 +76,7 @@ jobs:
with:
xgo_version: latest
go_version: ${{ matrix.go_version }}
pkg: cli
pkg: cmd/rapina
dest: build
prefix: rapina-${{ steps.tag.outputs.tag }}
targets: windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64
Expand Down

0 comments on commit d80b2bd

Please sign in to comment.