Francis Lavoie
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
5 additions and
5 deletions
-
.github/workflows/ci.yml
-
.github/workflows/cross-build.yml
-
.github/workflows/release.yml
-
README.md
-
go.mod
|
@ -19,7 +19,7 @@ jobs: |
|
|
fail-fast: false |
|
|
fail-fast: false |
|
|
matrix: |
|
|
matrix: |
|
|
os: [ ubuntu-latest, macos-latest, windows-latest ] |
|
|
os: [ ubuntu-latest, macos-latest, windows-latest ] |
|
|
go: [ '1.15', '1.16' ] |
|
|
go: [ '1.16', '1.17' ] |
|
|
|
|
|
|
|
|
# Set some variables per OS, usable via ${{ matrix.VAR }} |
|
|
# Set some variables per OS, usable via ${{ matrix.VAR }} |
|
|
# CADDY_BIN_PATH: the path to the compiled Caddy binary, for artifact publishing |
|
|
# CADDY_BIN_PATH: the path to the compiled Caddy binary, for artifact publishing |
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
fail-fast: false |
|
|
fail-fast: false |
|
|
matrix: |
|
|
matrix: |
|
|
goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd'] |
|
|
goos: ['android', 'linux', 'solaris', 'illumos', 'dragonfly', 'freebsd', 'openbsd', 'plan9', 'windows', 'darwin', 'netbsd'] |
|
|
go: [ '1.15', '1.16' ] |
|
|
go: [ '1.16', '1.17' ] |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
continue-on-error: true |
|
|
continue-on-error: true |
|
|
steps: |
|
|
steps: |
|
|
|
@ -11,7 +11,7 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
os: [ ubuntu-latest ] |
|
|
os: [ ubuntu-latest ] |
|
|
go: [ '1.16' ] |
|
|
go: [ '1.17' ] |
|
|
runs-on: ${{ matrix.os }} |
|
|
runs-on: ${{ matrix.os }} |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
|
@ -75,7 +75,7 @@ For other install options, see https://caddyserver.com/docs/install. |
|
|
|
|
|
|
|
|
Requirements: |
|
|
Requirements: |
|
|
|
|
|
|
|
|
- [Go 1.15 or newer](https://golang.org/dl/) |
|
|
- [Go 1.16 or newer](https://golang.org/dl/) |
|
|
|
|
|
|
|
|
### For development |
|
|
### For development |
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
module github.com/caddyserver/caddy/v2 |
|
|
module github.com/caddyserver/caddy/v2 |
|
|
|
|
|
|
|
|
go 1.15 |
|
|
go 1.16 |
|
|
|
|
|
|
|
|
require ( |
|
|
require ( |
|
|
github.com/Masterminds/sprig/v3 v3.2.2 |
|
|
github.com/Masterminds/sprig/v3 v3.2.2 |
|
|