Skip to content

Commit

Permalink
gh action runs on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Jun 28, 2024
1 parent 12a04d0 commit 3a6c117
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,11 @@ jobs:
gosec:
name: gosec
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout Source
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.22

- name: Run Gosec Security Scanner
# This is due to https://github.com/securego/gosec/issues/1105
# Per https://github.com/securego/gosec/issues/1105#issuecomment-1948225619, the issue occurs since 2.19.0.
Expand Down

0 comments on commit 3a6c117

Please sign in to comment.