Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Jul 3, 2022
1 parent 1e82cf9 commit 4e13c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.18

- name: Build
run: go build -v ./...
run: go build -v .

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
- go generate .
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 4e13c76

Please sign in to comment.