Skip to content

Commit

Permalink
chore: incorporate upstream fixes (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored Apr 26, 2021
1 parent 754bebb commit fe488ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
steps:
- checkout

# https://github.com/npm/cli/issues/3132
- run: sudo npm i -g [email protected]
- run: sudo npm i -g npm@7

- go/load-cache
- go/mod-download
Expand Down
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ builds:
flags:
- -tags
- sqlite
# Remove once https://github.com/golang/go/issues/40795 is closed
- -buildmode=exe
ldflags:
- -s -w -X github.com/ory/keto/driver/config.Version={{.Tag}} -X github.com/ory/keto/driver/config.Commit={{.FullCommit}} -X github.com/ory/keto/driver/config.Date={{.Date}}
- "-extldflags '-static'"
Expand Down

0 comments on commit fe488ed

Please sign in to comment.