Skip to content

Commit

Permalink
update actions runner version (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurochan authored Nov 8, 2024
1 parent 664b5fc commit e382d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Run golangci-lint
run: golangci-lint run ./...
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit e382d7b

Please sign in to comment.