mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-03-09 23:29:06 +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:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- GO111MODULE=on
|
||||
main: main.go
|
||||
dir: ./xcaddy-build
|
||||
binary: xcaddy
|
||||
|
@ -74,7 +73,7 @@ nfpms:
|
|||
- id: default
|
||||
package_name: xcaddy
|
||||
|
||||
vendor: Light Code Labs
|
||||
vendor: Dyanim
|
||||
homepage: https://caddyserver.com
|
||||
maintainer: Matthew Holt <mholt@users.noreply.github.com>
|
||||
description: |
|
||||
|
|
Loading…
Reference in a new issue