Skip to content

Commit

Permalink
remove 1.17 build job
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten committed Aug 3, 2022
1 parent b6e4584 commit 43bcf01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: 1.18
- name: Cache Go
id: go-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
unittest:
strategy:
matrix:
go-version: [1.19, 1.18, 1.17]
go-version: [1.19, 1.18]
runs-on: ubuntu-latest
needs: [setup-environment]
steps:
Expand Down

0 comments on commit 43bcf01

Please sign in to comment.