Skip to content

Commit

Permalink
Merge pull request #850 from kubernetes/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
k8s-ci-robot authored Dec 12, 2023
2 parents 083d8dd + 3779d16 commit 65e0953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20.6'

Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20.6'

Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.20.6'

Expand Down

0 comments on commit 65e0953

Please sign in to comment.