Compare commits

..

No commits in common. "renovate/go-1.x" and "main" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
go-version: '1.23.x'
check-latest: true
- name: Run go fmt and go vet
run: |
@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
go-version: '1.23.x'
check-latest: true
- name: Run tests and generate coverage report
run: |
@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.24.x'
go-version: '1.23.x'
check-latest: true
- name: Set environment variables
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)
[![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)
[![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)
[![Go Report Card](https://goreportcard.com/badge/gitlab.com/martinr92/gohttprouter)](https://goreportcard.com/report/gitlab.com/martinr92/gohttprouter)
httprouter is a framework used for HTTP request routing.