Skip to content

Commit

Permalink
Updating Github Audit workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Kratz <[email protected]>
  • Loading branch information
jkratz55 committed Mar 18, 2024
1 parent 2eb52df commit 7b2f1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ on:
jobs:

audit:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.12
go-version: 1.22.1

- name: Verify dependencies
run: go mod verify
Expand Down

0 comments on commit 7b2f1f0

Please sign in to comment.