Browse Source
Merge pull request #3117 from chrislusf/dependabot/github_actions/actions/setup-go-3.2.0
pull/3118/head^2
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/go.yml
|
@ -21,7 +21,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
|
|
|
|
|
|
- name: Set up Go 1.x |
|
|
- name: Set up Go 1.x |
|
|
uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2 |
|
|
|
|
|
|
|
|
uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2 |
|
|
with: |
|
|
with: |
|
|
go-version: ^1.13 |
|
|
go-version: ^1.13 |
|
|
id: go |
|
|
id: go |
|
|