Skip to content

Commit

Permalink
go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Ridolfi committed Aug 16, 2020
1 parent aa4faf0 commit 306e13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.15.x

-
name: Run GoReleaser
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x]
go-version: [1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: install Go
uses: actions/setup-go@master
with:
go-version: 1.14.x
go-version: 1.15.x

- name: checkout code
uses: actions/checkout@master
Expand All @@ -33,7 +33,7 @@ jobs:
- name: install Go
uses: actions/setup-go@master
with:
go-version: 1.14.x
go-version: 1.15.x

- name: checkout code
uses: actions/checkout@master
Expand Down

0 comments on commit 306e13c

Please sign in to comment.