Browse Source
build(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#4029)
pull/4032/head
dependabot[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/e2e.yml
-
.github/workflows/go.yml
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
timeout-minutes: 15 |
|
|
|
steps: |
|
|
|
- name: Set up Go 1.x |
|
|
|
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2 |
|
|
|
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2 |
|
|
|
with: |
|
|
|
go-version: ^1.13 |
|
|
|
id: go |
|
|
|
|
|
@ -21,7 +21,7 @@ jobs: |
|
|
|
steps: |
|
|
|
|
|
|
|
- name: Set up Go 1.x |
|
|
|
uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # v2 |
|
|
|
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2 |
|
|
|
with: |
|
|
|
go-version: ^1.13 |
|
|
|
id: go |
|
|
|