Browse Source
Merge pull request #2769 from chrislusf/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2.2.0 to 3
pull/2770/head
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: |
|
|
|
|
|
|
|
- name: Set up Go 1.x |
|
|
|
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 |
|
|
|
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2 |
|
|
|
with: |
|
|
|
go-version: ^1.13 |
|
|
|
id: go |
|
|
|