mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 01:26:18 -08:00
bump minimum go version to 1.17
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
latest_go: "1.18.x"
|
||||
latest_go: "1.19.x"
|
||||
GO111MODULE: on
|
||||
|
||||
jobs:
|
||||
@@ -17,10 +17,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go:
|
||||
- 1.15.x
|
||||
- 1.16.x
|
||||
- 1.17.x
|
||||
- 1.18.x
|
||||
- 1.19.x
|
||||
runs-on: ubuntu-latest
|
||||
name: Go ${{ matrix.go }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user