Skip to content

Commit

Permalink
remove 1.19 and 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Oct 6, 2023
1 parent c1b51ff commit 8aac7f8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: read
strategy:
matrix:
go-version: ["1.19", "1.20", "1.21"]
steps:
- name: Checkout Repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: Setup Golang Environment
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ${{ matrix.go-version }}
go-version-file: go.mod

- name: Run Unit Tests
run: make unit-test
Expand Down

0 comments on commit 8aac7f8

Please sign in to comment.