Bump actions/setup-go from 2.1.4 to 2.1.5 (#67)
This commit is contained in:
parent
a2736d7844
commit
a2998e697f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/integration.yaml
vendored
4
.github/workflows/integration.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v2.1.4
|
uses: actions/setup-go@v2.1.5
|
||||||
with:
|
with:
|
||||||
go-version: '1.16.x'
|
go-version: '1.16.x'
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v2.1.4
|
uses: actions/setup-go@v2.1.5
|
||||||
with:
|
with:
|
||||||
go-version: '1.16.x'
|
go-version: '1.16.x'
|
||||||
|
|
||||||
|
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2.1.5
|
||||||
with:
|
with:
|
||||||
go-version: 1.16.x
|
go-version: 1.16.x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue