Skip to content

Commit

Permalink
drop supports for Go 1.16 and 1.17
Browse files Browse the repository at this point in the history
Update test.yaml
  • Loading branch information
Xin Hao committed Jan 8, 2024
1 parent e53c538 commit 2478f44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:
- cron: "0 6 * * *"

jobs:
lint:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
run: |
make lint
go-client:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
goVer: ['1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v2
- name: Setup go ${{ matrix.goVer }}
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
goVer: ['1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v2
- name: Setup go ${{ matrix.goVer }}
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
goVer: ['1.18', '1.19', '1.20', '1.21']
steps:
- uses: actions/checkout@v2
- name: Setup go ${{ matrix.goVer }}
Expand Down

0 comments on commit 2478f44

Please sign in to comment.