Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update source_aws.yml
  • Loading branch information
bbernays committed Dec 21, 2022
commit 91a7c20b9f797ab57bfe5f3753e92961a2d08c48
2 changes: 1 addition & 1 deletion .github/workflows/source_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
version: v1.50.1
working-directory: plugins/source/aws
args: "--config ../../.golangci.yml"
args: "--config ../../.golangci.yml --new-from-rev=HEAD~"
- name: Get dependencies
run: go get -t -d ./...
- name: Build
Expand Down