Skip to content

Security fix for security/dependabot/27 #4

Security fix for security/dependabot/27

Security fix for security/dependabot/27 #4

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
strategy:
matrix:
go-version: [1.19.x,1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test