Sync settinsg with restic, require Go >= 1.15

This commit is contained in:
Alexander Neumann
2022-04-15 09:38:08 +02:00
parent 8538ce7859
commit a87a50ad11
5 changed files with 25 additions and 10 deletions

View File

@@ -8,15 +8,19 @@ on:
# run tests for all pull requests
pull_request:
env:
latest_go: "1.18.x"
GO111MODULE: on
jobs:
test:
strategy:
matrix:
go:
- 1.14.x
- 1.15.x
- 1.16.x
- 1.17.x
- 1.18.x
runs-on: ubuntu-latest
name: Go ${{ matrix.go }}