Skip to content

Commit 3a6c117

Browse files
committed
gh action runs on ubuntu-24.04
1 parent 12a04d0 commit 3a6c117

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pr.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ jobs:
1818
1919
gosec:
2020
name: gosec
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout Source
2424
uses: actions/checkout@v3
2525

26-
- name: Set up Go
27-
uses: actions/setup-go@v1
28-
with:
29-
go-version: 1.22
30-
3126
- name: Run Gosec Security Scanner
3227
# This is due to https://github.com/securego/gosec/issues/1105
3328
# Per https://github.com/securego/gosec/issues/1105#issuecomment-1948225619, the issue occurs since 2.19.0.

0 commit comments

Comments
 (0)