Skip to content

Commit

Permalink
Merge pull request #42 from ksoclabs/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v4.0.1
  • Loading branch information
swade1987 authored May 15, 2023
2 parents 0e86b48 + 53ce88f commit 385e72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3.5.2
- name: Setup Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version: 1.20.x
cache-dependency-path: |
Expand Down

0 comments on commit 385e72a

Please sign in to comment.