Skip to content

Commit

Permalink
Merge pull request #3406 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-go-3

build(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
k8s-ci-robot authored Apr 11, 2022
2 parents 1404c05 + b039d6f commit 539cdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.17'
id: go
Expand Down

0 comments on commit 539cdda

Please sign in to comment.