From 57bf6751758f8b88b3875526b0ff4c8e7f77fc42 Mon Sep 17 00:00:00 2001 From: Boyan Soubachov Date: Thu, 8 Jul 2021 22:12:42 +1000 Subject: [PATCH] Update go versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 679abfe..645c9bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-16.04 + runs-on: ubuntu-latest strategy: matrix: - go_version: ["1.16", "1.15", "1.14", "master"] + go_version: ["1.16.5", "1.15.13", "1.14.15"] steps: - uses: actions/checkout@v2 - name: Setup Go