Skip to content

Commit

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

chore(deps): bump actions/setup-go from 2 to 5
  • Loading branch information
dmolik authored Dec 29, 2023
2 parents f0efc9b + 86d3a4a commit d0f9456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit d0f9456

Please sign in to comment.