Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
3e8b7b867f chore(deps): update dependency go to 1.24.x
All checks were successful
Build / Checks (pull_request) Successful in 40s
Build / Code Coverage (pull_request) Successful in 40s
Build / Build (pull_request) Successful in 38s
2025-03-13 04:31:32 +00:00
72b04b43cf
docs: updated GoReport card
All checks were successful
Build / Checks (push) Successful in 33s
Build / Code Coverage (push) Successful in 49s
Build / Build (push) Successful in 34s
2025-03-01 14:20:44 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.23.x' go-version: '1.24.x'
check-latest: true check-latest: true
- name: Run go fmt and go vet - name: Run go fmt and go vet
run: | run: |
@ -34,7 +34,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.23.x' go-version: '1.24.x'
check-latest: true check-latest: true
- name: Run tests and generate coverage report - name: Run tests and generate coverage report
run: | run: |
@ -71,7 +71,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.23.x' go-version: '1.24.x'
check-latest: true check-latest: true
- name: Set environment variables - name: Set environment variables
run: | run: |

View file

@ -3,7 +3,7 @@
[![release](https://git.martin-riedl.de/golang/httprouter/badges/release.svg)](https://git.martin-riedl.de/golang/httprouter/tags) [![release](https://git.martin-riedl.de/golang/httprouter/badges/release.svg)](https://git.martin-riedl.de/golang/httprouter/tags)
[![pipeline status](https://git.martin-riedl.de/golang/httprouter/badges/workflows/build.yml/badge.svg)](https://git.martin-riedl.de/golang/httprouter/actions) [![pipeline status](https://git.martin-riedl.de/golang/httprouter/badges/workflows/build.yml/badge.svg)](https://git.martin-riedl.de/golang/httprouter/actions)
[![GoDoc](https://godoc.org/gitlab.com/martinr92/gohttprouter?status.svg)](https://godoc.org/gitlab.com/martinr92/gohttprouter) [![GoDoc](https://godoc.org/gitlab.com/martinr92/gohttprouter?status.svg)](https://godoc.org/gitlab.com/martinr92/gohttprouter)
[![Go Report Card](https://goreportcard.com/badge/gitlab.com/martinr92/gohttprouter)](https://goreportcard.com/report/gitlab.com/martinr92/gohttprouter) [![Go Report Card](https://goreportcard.com/badge/git.martin-riedl.de/golang/httprouter/v4)](https://goreportcard.com/report/git.martin-riedl.de/golang/httprouter/v4)
httprouter is a framework used for HTTP request routing. httprouter is a framework used for HTTP request routing.