Skip to content

Commit 500903f

Browse files
renovate[bot]at-wat
authored andcommitted
Update golang Docker tag to v1.19
Generated by renovateBot
1 parent 447637d commit 500903f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
go: ["1.17", "1.18"] # auto-update/supported-go-version-list
29+
go: ['1.19', '1.18'] # auto-update/supported-go-version-list
3030
fail-fast: false
3131
name: Go ${{ matrix.go }}
3232
steps:
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: ubuntu-latest
9090
strategy:
9191
matrix:
92-
go: ["1.17", "1.18"] # auto-update/supported-go-version-list
92+
go: ['1.19', '1.18'] # auto-update/supported-go-version-list
9393
fail-fast: false
9494
name: Go i386 ${{ matrix.go }}
9595
steps:
@@ -145,7 +145,7 @@ jobs:
145145
- name: Download Go
146146
run: curl -sSfL https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz | tar -C ~ -xzf -
147147
env:
148-
GO_VERSION: 1.17 # auto-update/latest-go-version
148+
GO_VERSION: '1.19' # auto-update/latest-go-version
149149

150150
- name: Set Go Root
151151
run: echo "GOROOT=${HOME}/go" >> $GITHUB_ENV

ci/.github/workflows/tidy-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@v3
3232
with:
33-
go-version: 1.17 # auto-update/latest-go-version
33+
go-version: '1.19' # auto-update/latest-go-version
3434
- name: check
3535
run: |
3636
go mod download

latest-go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
go_version=1.18
1+
go_version=1.19

0 commit comments

Comments
 (0)