Compare commits
2 commits
main
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
3e8b7b867f | |||
72b04b43cf |
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.23.x'
|
||||
go-version: '1.24.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.23.x'
|
||||
go-version: '1.24.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.23.x'
|
||||
go-version: '1.24.x'
|
||||
check-latest: true
|
||||
- name: Set environment variables
|
||||
run: |
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[](https://git.martin-riedl.de/golang/httprouter/tags)
|
||||
[](https://git.martin-riedl.de/golang/httprouter/actions)
|
||||
[](https://godoc.org/gitlab.com/martinr92/gohttprouter)
|
||||
[](https://goreportcard.com/report/gitlab.com/martinr92/gohttprouter)
|
||||
[](https://goreportcard.com/report/git.martin-riedl.de/golang/httprouter/v4)
|
||||
|
||||
httprouter is a framework used for HTTP request routing.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue