Bump to go 1.19.6

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair
2023-02-20 12:52:43 +13:00
parent 5996b5faa3
commit 1bd835383b
11 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.17.13"
go-version: "1.19.6"
- 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.17.13"
go-version: "1.19.6"
- 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.17.13"
go-version: "1.19.6"
- 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.17.13"
go-version: "1.19.6"
- 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.17.13"
go-version: "1.19.6"
- run: date
- env:
TARGET: ${{ matrix.target }}