Skip to content

Commit

Permalink
test.yml: stop using setup_go_with_cache on lints job
Browse files Browse the repository at this point in the history
to avoid linters detect from `.gomodcache`

Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
  • Loading branch information
norio-nomura committed Sep 8, 2024
1 parent ef61fc6 commit 06a0506
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ./.github/actions/setup_go_with_cache
- uses: actions/setup-go@v5
with:
additional-cache-key: lints
cache-dependency-path: "" # disable using hash for cache key
go-version: 1.23.x
ignore-go-mod-and-go-sum: true
runs-on: ubuntu-24.04
- name: Install protoc
run: |
sudo apt-get update
Expand Down

0 comments on commit 06a0506

Please sign in to comment.