Skip to content

Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 #58

Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3

Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 #58

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