Skip to content

chore: bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 in the gomod group #306

chore: bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 in the gomod group

chore: bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 in the gomod group #306

Workflow file for this run

on:
pull_request:
branches:
- feat-multi-module-components
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests
run: make test-ci