Skip to content

Commit

Permalink
Update Go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpt-alexanderneumann committed Aug 27, 2020
1 parent 2df3c4a commit 72eb955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14.x
go-version: 1.15.x
id: go

- name: Install golang-ci
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit 72eb955

Please sign in to comment.