Skip to content

Commit 48550a6

Browse files
committed
fixup
1 parent 1da666d commit 48550a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
lint:
2424
name: golang
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-24.04
2626
continue-on-error: true
2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "1.21"
2626
- "1.22"
2727
- "1.23"
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)