Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Aug 30, 2024
1 parent 1abe42a commit 99b4479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
name: Image Scanner
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22+
- name: Set up Go latest
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: stable
id: go
- name: Checkout the code
uses: actions/checkout@v4
Expand Down

0 comments on commit 99b4479

Please sign in to comment.