Skip to content

Commit

Permalink
remove go generate step
Browse files Browse the repository at this point in the history
  • Loading branch information
nekr0z committed Mar 11, 2022
1 parent 848dfa6 commit d957cb5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
${{ runner.os }}-
- name: build
run: |
go generate
VER=$(go run version_generate.go)
go build -buildmode=pie -trimpath -ldflags "-s -w -buildid= -X main.version=$VER"
go build -buildmode=pie -trimpath -ldflags "-s -w -buildid= -X main.version=$VER" -tags legacyappindicator
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
${{ runner.os }}-
- name: vet
run: |
go generate
go vet ./...
- name: generate report
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
- uses: actions/checkout@v3
- name: install deps
run: sudo apt update && sudo apt install libayatana-appindicator3-dev libgtk-3-dev
- name: go generate
run: go generate
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
git fetch --tags --force
mkdir release
changelog -n "Evgeny Kuznetsov" -e "evgeny@kuznetsov.md" -p "matebook-applet" CHANGELOG.md
go generate
VER=$(go run version_generate.go)
go build -buildmode=pie -trimpath -ldflags "-s -w -buildid= -X main.version=$VER" -tags legacyappindicator
tar -czf release/matebook-applet-amd64-$VER-legacy.tar.gz matebook-applet LICENSE README.md CHANGELOG.md SOURCE.txt
Expand Down

0 comments on commit d957cb5

Please sign in to comment.