Skip to content

Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2 #45

Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2

Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2 #45

Workflow file for this run

name: go-sarif test
on:
pull_request:
jobs:
test:
name: testing go-sarif
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@main
- name: Set up Go
uses: actions/setup-go@v2
with:
stable: 'true'
- run: go version
- name: test
run: make test