From dc733bc21e3f36b0221807720431bde1dc54154e Mon Sep 17 00:00:00 2001 From: darkobas2 <93942788+darkobas2@users.noreply.github.com> Date: Mon, 3 Oct 2022 20:57:25 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75f347d..4362367 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}