Skip to content

Commit

Permalink
Merge pull request #69 from LeKovr/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

build(deps): bump actions/setup-go from 3 to 5
  • Loading branch information
LeKovr authored Nov 17, 2024
2 parents a2832c6 + 24bd66d commit ca3a18e
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@v4
- 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 ca3a18e

Please sign in to comment.