Remove go1.18 from Github workflow tests (#16180)

This commit is contained in:
Anis Elleuch
2022-12-06 18:11:20 +01:00
committed by GitHub
parent 8d8d07ac5c
commit 52f4124678
7 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2