Skip to content

Commit

Permalink
remove go mod edit on build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent 4782dcb commit 48dc4c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:

- name: Build binary
run: |
go mod edit -go=${{ matrix.go-version }}
go mod tidy
if [[ "${{ matrix.os }}" == 'windows-latest' ]]; then
set CGO_ENABLED=0
go build -ldflags="-s -w" -o go-dnscollector.exe .
Expand Down

0 comments on commit 48dc4c1

Please sign in to comment.