We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe8e78 commit 103eac0Copy full SHA for 103eac0
.github/workflows/pull_request.yml
@@ -51,7 +51,7 @@ jobs:
51
aws ec2 describe-regions --all-regions --region us-east-1 --query "Regions[].RegionName" --output text >> cmd/aws-regions.txt
52
53
- name: Run golangci-lint
54
- uses: golangci/golangci-lint-action@v6.2.0
+ uses: golangci/golangci-lint-action@v6.5.0
55
with:
56
args: -v
57
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments