Skip to content

Commit

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

🌱 Bump actions/setup-go from 2 to 3
  • Loading branch information
k8s-ci-robot authored Sep 28, 2022
2 parents fae2973 + 7dc730f commit 52ce06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '~1.19'
- name: Run GoReleaser
Expand Down

0 comments on commit 52ce06d

Please sign in to comment.