Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

chore(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 in /buildpacks/common #519

chore(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 in /buildpacks/common

chore(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 in /buildpacks/common #519

# Copyright 2021-2022 VMware, Inc.
# SPDX-License-Identifier: BSD-2-Clause
name: Check Copyright and License
on:
workflow_dispatch: {}
pull_request:
jobs:
check-copyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- run: go version
- name: Check Copyright and License
run: make check-copyright