Skip to content

Commit

Permalink
Downgrade to Go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
csueiras committed Feb 18, 2021
1 parent ba617d6 commit 0cfb2c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.13.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run linters
Expand All @@ -25,7 +25,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ 1.15.x ]
go-version: [ 1.13.x ]
platform: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
if: success()
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.13.x
- name: Checkout code
uses: actions/checkout@v2
- name: Calc coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.13
-
name: Cache Go modules
uses: actions/cache@v1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/csueiras/reinforcer

go 1.15
go 1.13

require (
github.com/dave/jennifer v1.4.1
Expand Down

0 comments on commit 0cfb2c0

Please sign in to comment.