1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

remove Go versions older than 1.16

This commit is contained in:
Pavel 2025-03-21 14:24:45 +03:00
parent 171f0a0d67
commit e00f1b6887

View file

@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5