Skip to content

Commit c9f624e

Browse files
authored
Merge pull request #4255 from kolyshkin/golangci-lint-action
ci/gha: bump golangci-lint[-action]
2 parents 426c04b + d63018c commit c9f624e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ jobs:
3434
- uses: actions/setup-go@v5
3535
with:
3636
go-version: "${{ env.GO_VERSION }}"
37-
cache: false # golangci-lint-action does its own caching
3837
- name: install deps
3938
run: |
4039
sudo apt -q update
4140
sudo apt -qy install libseccomp-dev
42-
- uses: golangci/golangci-lint-action@v4
41+
- uses: golangci/golangci-lint-action@v5
4342
with:
44-
version: v1.54
43+
version: v1.57
4544
# Extra linters, only checking new code from a pull request.
4645
- name: lint-extra
4746
if: github.event_name == 'pull_request'

libcontainer/init_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ func setupConsole(socket *os.File, config *initConfig, mount bool) error {
399399
Height: config.ConsoleHeight,
400400
Width: config.ConsoleWidth,
401401
})
402-
403402
if err != nil {
404403
return err
405404
}

0 commit comments

Comments
 (0)