Skip to content

Commit

Permalink
fix: goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iret-kawashima committed Oct 16, 2023
1 parent 15425b3 commit b5f5a8d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,11 @@ jobs:
with:
go-version: 1.21

- name: Unshallow
run: git fetch --prune --unshallow --tags

- name: Build
run: make build

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
args: --timeout=5m
# see https://github.com/golangci/golangci-lint-action/issues/23, https://github.com/golangci/golangci-lint-action/issues/244
skip-pkg-cache: true
skip-build-cache: true

- name: Run govulncheck
uses: golang/govulncheck-action@v1
Expand All @@ -56,6 +47,9 @@ jobs:
make vet
make cover
- name: Build
run: make build

- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b5f5a8d

Please sign in to comment.