Skip to content

go: upgrade version above 1.19 (#57) #33

go: upgrade version above 1.19 (#57)

go: upgrade version above 1.19 (#57) #33

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.16', '1.17' ]
name: Go ${{ matrix.go }} testing
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Test
run: go test