Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain committed Feb 23, 2024
1 parent 16b9b83 commit 17bbd7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
name: Image Scanner
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22+
uses: actions/setup-go@v4
- name: Set up Go stable version
uses: actions/setup-go@v5
with:
go-version: ^1.22
go-version: 'stable'
cache: false
id: go
- name: Checkout the code
Expand Down

0 comments on commit 17bbd7f

Please sign in to comment.