Skip to content

Commit 537a4a0

Browse files
authored
Merge pull request #1205 from kyverno/dependabot/github_actions/actions/setup-go-5.2.0
build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0
2 parents 139e49c + 8057859 commit 537a4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# The target branch of a pull request or the branch/tag of a push
4646
ref: ${{ github.base_ref || github.ref_name }}
4747
- name: Set up Go
48-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
48+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4949
with:
5050
go-version: ~1.21.1
5151
- name: Test Policy
@@ -67,7 +67,7 @@ jobs:
6767
# The target branch of a pull request or the branch/tag of a push
6868
ref: ${{ github.base_ref || github.ref_name }}
6969
- name: Set up Go
70-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
70+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
7171
with:
7272
go-version: ~1.21.1
7373
- name: Lint policies

0 commit comments

Comments
 (0)