Skip to content

Commit ebc9ee2

Browse files
update badge, go 1.25
1 parent 3e8a8f1 commit ebc9ee2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Pup - Datadog API CLI Wrapper
22

33
[![CI](https://github.com/DataDog/pup/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/DataDog/pup/actions/workflows/ci.yml)
4-
[![Coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/DataDog/pup/main/.github/badges/coverage.json)](https://github.com/DataDog/pup/actions/workflows/ci.yml)
5-
[![Go Version](https://img.shields.io/badge/go-1.21+-00ADD8?logo=go)](https://go.dev/)
4+
[![Coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/DataDog/pup/refs/heads/main/.github/badges/coverage.json)](https://github.com/DataDog/pup/actions/workflows/ci.yml)
5+
[![Go Version](https://img.shields.io/badge/go-1.25+-00ADD8?logo=go)](https://go.dev/)
66
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
77

88
A Go-based command-line wrapper for easy interaction with Datadog APIs.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/DataDog/pup
22

3-
go 1.21
3+
go 1.25
44

55
require (
66
github.com/99designs/keyring v1.2.2

0 commit comments

Comments
 (0)