Updated go to 1.19.7.

Mitigates CVE-2023-24532.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-03-08 22:33:13 +13:00
parent c602942246
commit f0aa228dbf
13 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.6"
go-version: "1.19.7"
- run: date
- env:
TARGET: ${{ matrix.target }}

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.6"
go-version: "1.19.7"
- run: date
- env:
TARGET: ${{ matrix.target }}

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.6"
go-version: "1.19.7"
- run: date
- env:
TARGET: ${{ matrix.target }}

View File

@@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.6"
go-version: "1.19.7"
- run: |
git config --global user.email "github-action@etcd.io"
git config --global user.name "Github Action"

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.6"
go-version: "1.19.7"
- run: date
- env:
TARGET: ${{ matrix.target }}