mirror of https://github.com/stretchr/testify.git
Update go versions
parent
6c59e0f73d
commit
57bf675175
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue