Skip to content

Bump github.com/cloudflare/cloudflare-go from 0.57.1 to 0.79.0 #425

Bump github.com/cloudflare/cloudflare-go from 0.57.1 to 0.79.0

Bump github.com/cloudflare/cloudflare-go from 0.57.1 to 0.79.0 #425

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.19
- name: Build
run: make build
- name: Run tests with coverage
run: make cover
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4