Skip to content

Commit

Permalink
ci: update the CI's golang versions (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalinWang committed Jul 19, 2022
1 parent 7bd496f commit 9b43426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.14', '1.15', '1.16', '1.17']
go: ['1.16', '1.17', '1.18']
steps:
- uses: actions/checkout@v2

Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.14', '1.15', '1.16', '1.17']
go: ['1.16', '1.17', '1.18']
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 9b43426

Please sign in to comment.