Skip to content

Commit

Permalink
Merge pull request #60 from projectdiscovery/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/actions/setup-go-5
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
2 parents 097de7a + f68a702 commit b278d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Run golangci-lint
Expand Down

0 comments on commit b278d9e

Please sign in to comment.