Require Go 1.15 or later

The library github.com/golang-jwt/jwt/v4 requires the FillByte() method
of *big.Int, so we're raising the minimum Go version to 1.15.
This commit is contained in:
Alexander Neumann
2022-03-27 10:52:32 +02:00
parent 89d86a7933
commit 66d50b72e3
5 changed files with 11 additions and 10 deletions

View File

@@ -55,12 +55,6 @@ jobs:
test_fuse: true
install_verb: get
- job_name: Linux
go: 1.14.x
os: ubuntu-latest
test_fuse: true
install_verb: get
name: ${{ matrix.job_name }} Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}