Skip to content

Commit

Permalink
Merge pull request #76 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.1.0
  • Loading branch information
swade1987 authored Sep 11, 2023
2 parents 8d104b9 + e1ad0f1 commit a6edda6
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.6.0
- name: Setup Go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: 1.20.x
cache-dependency-path: |
Expand Down

0 comments on commit a6edda6

Please sign in to comment.