Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 8, 2020
1 parent d614bec commit 1020682
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ builds:
goarch:
- amd64

archive:
format: binary
archives:
- id: ipassign
format: binary
name_template: "{{ .Binary }}.{{ .Os }}.{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: go
env:
- GO111MODULE=on
go:
- "1.13"
- "1.15"
install:
- go mod tidy
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.21.0
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.123.3/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.31.0
- curl -sfL https://github.com/goreleaser/goreleaser/releases/download/v0.143.0/goreleaser_Linux_x86_64.tar.gz | tar xfz - -C $GOPATH/bin goreleaser
script: bash check.sh
services:
- docker
Expand Down

0 comments on commit 1020682

Please sign in to comment.