Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#193 from jingyuanliang/go120ga
Browse files Browse the repository at this point in the history
Add Golang 1.20 to GitHub actions
  • Loading branch information
google-oss-prow[bot] authored Feb 15, 2023
2 parents 71645f6 + a2efcae commit d8694fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nativebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
nativebuild:
strategy:
matrix:
go-version: [ "1.18", "1.19" ]
go-version: [ "1.18", "1.19", "1.20" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [ "1.18", "1.19" ]
go-version: [ "1.18", "1.19", "1.20" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit d8694fa

Please sign in to comment.