Update build.yml

This commit is contained in:
darkobas2 2022-10-03 20:57:25 +02:00 committed by Marko Man
parent 5dca8c1c0e
commit dc733bc21e

View file

@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.18.x, 1.19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}