Skip to content

Commit

Permalink
Merge pull request #50 from aquasecurity/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
simar7 authored Jan 10, 2024
2 parents 8b3cedc + a34a192 commit 60fb769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rego.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "$files"
exit 1
fi
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 60fb769

Please sign in to comment.