File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- go_version=1.18
1+ go_version=1.19
You can’t perform that action at this time.
0 commit comments