Skip to content

Commit

Permalink
No cache
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Feb 26, 2024
1 parent 882c0cb commit 2af8094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.19'
cache: true
cache: false

- name: Golangci-lint
uses: golangci/golangci-lint-action@v4
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.19'
cache: true
cache: false

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 2af8094

Please sign in to comment.