Skip to content

Commit

Permalink
ci: removed support for old stable
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
  • Loading branch information
fredbi committed Nov 15, 2023
1 parent b6b2518 commit 6884055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/02-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
tests:
strategy:
matrix:
go_version: ['1.19','oldstable','stable']
go_version: ['stable']
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6884055

Please sign in to comment.