Skip to content

Commit

Permalink
Merge pull request #51 from longwuyuan/master
Browse files Browse the repository at this point in the history
removed go v1.12.x and added go v1.15.x in github-actions ci
  • Loading branch information
k8s-ci-robot committed Jan 26, 2021
2 parents 9f315c2 + 7d8e15c commit 8daa61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
go-versions: [1.12.x, 1.13.x, 1.14.x]
go-versions: [1.13.x, 1.14.x, 1.15.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8daa61c

Please sign in to comment.