Skip to content

Commit

Permalink
Fix builds and test on Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jun 9, 2020
1 parent 2f3e0f9 commit 804e2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
runs-on: ${{ matrix.platform }}
Expand Down Expand Up @@ -34,12 +34,6 @@ jobs:
test `gofmt -l . | wc -l` = 0
shell: bash

- name: Create /tmp/.X11-unix/ for xvfb
if: matrix.platform == 'ubuntu-latest'
run: |
sudo mkdir /tmp/.X11-unix/
sudo chmod 1777 /tmp/.X11-unix/
- name: Install gopls
run: go get golang.org/x/tools/gopls@latest
working-directory: /
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- "1.12.x"
- "1.13.x"
- "1.14.x"

env:
global:
Expand Down

0 comments on commit 804e2ff

Please sign in to comment.