mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 01:26:18 -08:00
Compare commits
5 Commits
v0.14.0
...
654fa16cb2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
654fa16cb2 | ||
|
|
cc352125b8 | ||
|
|
822a8dca64 | ||
|
|
334ddf15ea | ||
|
|
2f31e10ceb |
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -43,10 +43,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Go ${{ matrix.go }}
|
- name: Set up Go ${{ matrix.go }}
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
@@ -78,10 +78,10 @@ jobs:
|
|||||||
checks: write
|
checks: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Go ${{ env.latest_go }}
|
- name: Set up Go ${{ env.latest_go }}
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.latest_go }}
|
go-version: ${{ env.latest_go }}
|
||||||
|
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ func newRestServerApp() *restServerApp {
|
|||||||
return rv
|
return rv
|
||||||
}
|
}
|
||||||
|
|
||||||
var version = "0.14.0"
|
var version = "0.14.0-dev"
|
||||||
|
|
||||||
func (app *restServerApp) tlsSettings() (bool, string, string, error) {
|
func (app *restServerApp) tlsSettings() (bool, string, string, error) {
|
||||||
var key, cert string
|
var key, cert string
|
||||||
|
|||||||
Reference in New Issue
Block a user