Home

gomodinit @0ee47079f0429926920a2d061e8ba3731f87ca11 - refs - log -
-
https://git.jolheiser.com/gomodinit.git
go mod init
gomodinit / .goreleaser.yaml
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
builds:
  - env:
      - CGO_ENABLED=0
    goos:
      - linux
      - windows
      - darwin
    ldflags:
      - "-s -w -X main.Version={{.Version}}"
archives:
  - replacements:
      386: i386
      amd64: x86_64
    format_overrides:
      - goos: windows
        format: zip
checksum:
  name_template: 'checksums.txt'
release:
  gitea:
    owner: jolheiser
    name: gomodinit
gitea_urls:
  api: https://git.jojodev.com/api/v1/
  download: https://git.jojodev.com