Update go versions

pull/1085/head^2
Boyan Soubachov 2021-07-08 22:12:42 +10:00 committed by Boyan Soubachov
parent 6c59e0f73d
commit 57bf675175
1 changed files with 2 additions and 2 deletions

View File

@ -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