Skip to content

Commit

Permalink
Merge pull request #4576 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 committed Apr 11, 2022
2 parents 0989b26 + 0d600af commit e5041ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.16
id: go
Expand All @@ -39,7 +39,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.16
id: go
Expand All @@ -58,7 +58,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.16
id: go
Expand All @@ -77,7 +77,7 @@ jobs:
steps:

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.16
id: go
Expand Down

0 comments on commit e5041ba

Please sign in to comment.