Skip to content

Commit

Permalink
ci: remove unnecessary earthly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Aug 10, 2024
1 parent 89c999a commit ec56af7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
cache: false
check-latest: true
cache-dependency-path: "**/*.sum"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '>=1.22.0'
cache: false
check-latest: true
cache-dependency-path: "**/*.sum"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit ec56af7

Please sign in to comment.