Skip to content

Commit

Permalink
Downgrade to go 1.13 (#25)
Browse files Browse the repository at this point in the history
* Downgrade to go 1.13

* Fix build go version to 1.13.15
  • Loading branch information
nimrodkor authored Feb 15, 2021
1 parent 9156611 commit 0756aa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.13
- name: Checkout code
uses: actions/checkout@v2
- name: "Terraform Init"
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.13
- name: Checkout code
uses: actions/checkout@v2
- name: build
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.13
- name: Checkout code
uses: actions/checkout@v2
- name: version
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.15.5.linux-amd64.tar.gz"
goversion: "https://dl.google.com/go/go1.13.15.linux-amd64.tar.gz"
binary_name: "yor"
extra_files: LICENSE README.md
release_tag: ${{ needs.create-release.outputs.version }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.13
- name: Checkout code
uses: actions/checkout@v2
- name: "Terraform Init"
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.13
- name: Checkout code
uses: actions/checkout@v2
- name: build
Expand Down

0 comments on commit 0756aa9

Please sign in to comment.