Skip to content

Commit 90f38e7

Browse files
authored
Merge pull request opencontainers#4561 from kolyshkin/lint162
GHA CI bumps
2 parents aace922 + 9468986 commit 90f38e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt -qy install libseccomp-dev
4141
- uses: golangci/golangci-lint-action@v6
4242
with:
43-
version: v1.60
43+
version: v1.62
4444
# Extra linters, only checking new code from a pull request.
4545
- name: lint-extra
4646
if: github.event_name == 'pull_request'
@@ -127,7 +127,7 @@ jobs:
127127
run : ./script/check-config.sh
128128

129129
space-at-eol:
130-
runs-on: ubuntu-latest
130+
runs-on: ubuntu-24.04
131131
steps:
132132
- uses: actions/checkout@v4
133133
- run: rm -fr vendor

0 commit comments

Comments
 (0)