diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9eed6a3..df52334 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.13"] + go: ["1.17"] steps: - name: Set up Go ${{ matrix.go }} diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f59a345..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: go -go: -- "1.13" -- tip -matrix: - allow_failures: - - go: tip