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 c58be11 commit 15425b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
with:
version: v1.54
args: --timeout=5m
skip-pkg-cache: true # see https://github.com/golangci/golangci-lint-action/issues/23
# 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 Down

0 comments on commit 15425b3

Please sign in to comment.