Skip to content

Commit

Permalink
Merge pull request #13694 from kubernetes/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-3.2.0

Bump actions/setup-go from 3.1.0 to 3.2.0
  • Loading branch information
k8s-ci-robot committed May 29, 2022
2 parents c049e0a + b50bd8b commit 1b4b2fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up go
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: 1.18.1

Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: macos-10.15
steps:
- name: Set up go
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: 1.18.1

Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Set up go
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: 1.18.1

Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up go
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923
with:
go-version: 1.18.1

Expand Down

0 comments on commit 1b4b2fa

Please sign in to comment.