Merge pull request #5326 from chrisd8088/update-go-1-20

Update to Go version 1.20
This commit is contained in:
Chris Darroch 2023-03-29 13:56:41 -07:00 committed by GitHub
commit 78ecb1fd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.19.x']
go: ['1.20.x']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
@ -45,7 +45,7 @@ jobs:
name: Build with specific Go
strategy:
matrix:
go: ['1.18.x']
go: ['1.19.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -74,7 +74,7 @@ jobs:
# which does not honour the PATH we set to our built git-lfs binary.
- uses: actions/setup-go@v3
with:
go-version: '1.19.x'
go-version: '1.20.x'
- run: mkdir -p "$HOME/go/bin"
shell: bash
- run: set GOPATH=%HOME%\go

@ -9,7 +9,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
go: ['1.19.x']
go: ['1.20.x']
steps:
- uses: actions/checkout@v3
with:
@ -73,7 +73,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
go: ['1.19.x']
go: ['1.20.x']
steps:
- uses: actions/checkout@v3
with:
@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19.x']
go: ['1.20.x']
steps:
- uses: actions/checkout@v3
with: