Skip to content

Commit

Permalink
Merge pull request #1189 from kyverno/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5.1.0

build(deps): Bump actions/setup-go from 5.0.2 to 5.1.0
  • Loading branch information
realshuting authored Oct 25, 2024
2 parents a6d50ff + 88f773e commit 84480f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# The target branch of a pull request or the branch/tag of a push
ref: ${{ github.base_ref || github.ref_name }}
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: ~1.21.1
- name: Test Policy
Expand All @@ -67,7 +67,7 @@ jobs:
# The target branch of a pull request or the branch/tag of a push
ref: ${{ github.base_ref || github.ref_name }}
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: ~1.21.1
- name: Lint policies
Expand Down

0 comments on commit 84480f4

Please sign in to comment.