Skip to content

Commit

Permalink
Merge pull request #4561 from kolyshkin/lint162
Browse files Browse the repository at this point in the history
GHA CI bumps
  • Loading branch information
lifubang authored Dec 19, 2024
2 parents aace922 + 9468986 commit 90f38e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v6
with:
version: v1.60
version: v1.62
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
run : ./script/check-config.sh

space-at-eol:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: rm -fr vendor
Expand Down

0 comments on commit 90f38e7

Please sign in to comment.