Skip to content

chore(deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.8.6 #196

chore(deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.8.6

chore(deps): bump github.com/hashicorp/go-getter from 1.7.5 to 1.8.6 #196

name: Check License
on:
pull_request:
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install go-license
run: go install github.com/palantir/go-license@latest
- name: Check License
run: make check-license