Merge pull request #15651 from ahrtr/bump_go_20230406_3.5

[3.5] bump golang to 1.19.8 to fix four CVEs
This commit is contained in:
Benjamin Wang 2023-04-06 15:48:49 +08:00 committed by GitHub
commit 070341c69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.19.7"
go-version: "1.19.8"
- 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.7"
go-version: "1.19.8"
- 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.7"
go-version: "1.19.8"
- 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.7"
go-version: "1.19.8"
- name: release
run: |
set -euo pipefail

View File

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

View File

@ -55,7 +55,7 @@ docker-remove:
GO_VERSION ?= 1.19.7
GO_VERSION ?= 1.19.8
ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)