Skip to content

Commit

Permalink
updated .goreleaser, .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtomsov committed Aug 15, 2024
1 parent c024213 commit 92e0917
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 225 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
- go mod vendor

builds:
- env:
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ services:
- docker
language: go
go:
- "1.13.x"
- "1.18.x"

install:
# This script is used by the Travis build to install a cookie for
# go.googlesource.com so rate limits are higher when using `go get` to fetch
# packages that live there.
# See: https://github.com/golang/go/issues/12933
- bash scripts/gogetcookie.sh
- go mod tidy
- go mod vendor

script:
- make test
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ require (
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/jen20/awspolicyequivalence v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmespath/go-jmespath v0.4.0
github.com/json-iterator/go v1.1.12 // indirect
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ github.com/chnsz/golangsdk/openstack/cloudeyeservice/v2/alarmrule
github.com/chnsz/golangsdk/openstack/cloudtable/v2/clusters
github.com/chnsz/golangsdk/openstack/common/structs
github.com/chnsz/golangsdk/openstack/common/tags
github.com/chnsz/golangsdk/openstack/compute/v2/extensions/attachinterfaces
github.com/chnsz/golangsdk/openstack/compute/v2/extensions/availabilityzones
github.com/chnsz/golangsdk/openstack/compute/v2/extensions/bootfromvolume
github.com/chnsz/golangsdk/openstack/compute/v2/extensions/floatingips
Expand Down

0 comments on commit 92e0917

Please sign in to comment.