Skip to content

Commit

Permalink
removed go v1.12.x and added go v1.15.x in ghactions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Long committed Jan 26, 2021
1 parent 4750a07 commit 7d8e15c
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 7d8e15c

Please sign in to comment.