Skip to content

Commit c1da085

Browse files
committed
workflows: update golangci to use the latest upstream
This brings in golanci-lint v2.0 and will work with the new config Signed-off-by: Vighnesh Maheshwari <vighmah@amazon.com>
1 parent 7ac52d2 commit c1da085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
go-version: 1.21
2020
- uses: actions/checkout@v4
2121
- name: lint-host-ctr
22-
uses: golangci/golangci-lint-action@v6
22+
uses: golangci/golangci-lint-action@v9
2323
with:
2424
version: latest
2525
working-directory: sources/host-ctr
2626
- name: lint-ecs-gpu-init
27-
uses: golangci/golangci-lint-action@v6
27+
uses: golangci/golangci-lint-action@v9
2828
with:
2929
version: latest
3030
working-directory: sources/ecs-gpu-init

0 commit comments

Comments
 (0)