Skip to content

Commit 5d4a7ae

Browse files
authored
Merge pull request #66 from ConductorOne/bt/update_main_ci_yaml
Update main.yaml also so main doesn't fail
2 parents 0538745 + d1d6d51 commit 5d4a7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616
- name: Run linters
17-
uses: golangci/golangci-lint-action@v3
17+
uses: golangci/golangci-lint-action@v8
1818
with:
1919
version: latest
2020
args: --timeout=3m

0 commit comments

Comments
 (0)