Skip to content

Commit

Permalink
Merge pull request #30 from dopos/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
LeKovr authored Nov 17, 2024
2 parents 1584a92 + 2ac5d9f commit 5ca44da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run Gosec Security Scanner
Expand Down

0 comments on commit 5ca44da

Please sign in to comment.