Skip to content

Bump github.com/otiai10/copy from 1.14.0 to 1.14.1 #2170

Bump github.com/otiai10/copy from 1.14.0 to 1.14.1

Bump github.com/otiai10/copy from 1.14.0 to 1.14.1 #2170

Workflow file for this run

name: e2e-url-checker
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.22.x
- name: Run URL checker tests
run: make e2e