mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-03-10 07:38:58 +01:00
Remove GO111MODULE
Ignored as of Go 1.17
This commit is contained in:
parent
7577d60f61
commit
979de371dd
1 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,6 @@ before:
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
- GO111MODULE=on
|
|
||||||
main: main.go
|
main: main.go
|
||||||
dir: ./xcaddy-build
|
dir: ./xcaddy-build
|
||||||
binary: xcaddy
|
binary: xcaddy
|
||||||
|
@ -74,7 +73,7 @@ nfpms:
|
||||||
- id: default
|
- id: default
|
||||||
package_name: xcaddy
|
package_name: xcaddy
|
||||||
|
|
||||||
vendor: Light Code Labs
|
vendor: Dyanim
|
||||||
homepage: https://caddyserver.com
|
homepage: https://caddyserver.com
|
||||||
maintainer: Matthew Holt <mholt@users.noreply.github.com>
|
maintainer: Matthew Holt <mholt@users.noreply.github.com>
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Reference in a new issue