Skip to content

Commit

Permalink
Merge pull request #4013 from larvacea/go-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
larvacea committed Jun 3, 2024
2 parents e554c68 c8359d2 commit 89a91d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 19,12 @@ jobs:
go-version: 1.21
- uses: actions/checkout@v4
- name: lint-host-ctr
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: sources/host-ctr
- name: lint-ecs-gpu-init
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: latest
working-directory: sources/ecs-gpu-init
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@ linters:
- staticcheck
- unconvert
- unused
- vet
- govet

run:
timeout: 3m
Expand Down

0 comments on commit 89a91d4

Please sign in to comment.