Skip to content

Commit

Permalink
GOFLAGS="-trimpath" for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 authored and hillu committed Dec 13, 2021
1 parent 334f594 commit e3b46f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: Build
run: |
export GOFLAGS="-trimpath"
go version
go build .
GOOS=windows go build .
Expand Down

0 comments on commit e3b46f5

Please sign in to comment.