2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 17:10:49 +00:00

Update tests to Go 1.18

This commit is contained in:
Alexander Neumann 2022-03-20 10:54:24 +01:00
parent daea461f15
commit 17878036d8

View File

@ -15,21 +15,26 @@ jobs:
# list of jobs to run: # list of jobs to run:
include: include:
- job_name: Windows - job_name: Windows
go: 1.17.x go: 1.18.x
os: windows-latest os: windows-latest
- job_name: macOS - job_name: macOS
go: 1.17.x go: 1.18.x
os: macOS-latest os: macOS-latest
test_fuse: false test_fuse: false
- job_name: Linux - job_name: Linux
go: 1.17.x go: 1.18.x
os: ubuntu-latest os: ubuntu-latest
test_cloud_backends: true test_cloud_backends: true
test_fuse: true test_fuse: true
check_changelog: true check_changelog: true
- job_name: Linux
go: 1.17.x
os: ubuntu-latest
test_fuse: true
- job_name: Linux - job_name: Linux
go: 1.16.x go: 1.16.x
os: ubuntu-latest os: ubuntu-latest