mirror of
https://github.com/gin-gonic/gin.git
synced 2026-07-16 08:21:11 +08:00
Compare commits
5 Commits
4c70d39fc4
...
be70e87acc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be70e87acc | ||
|
|
4db2353f05 | ||
|
|
a4f0cea628 | ||
|
|
027da4a2b1 | ||
|
|
d90191e3a4 |
7
.github/workflows/gin.yml
vendored
7
.github/workflows/gin.yml
vendored
@ -22,12 +22,11 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
check-latest: true
|
||||
go-version: "^1"
|
||||
- name: Setup golangci-lint
|
||||
uses: golangci/golangci-lint-action@v5
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.56.2
|
||||
version: v1.58.1
|
||||
args: --verbose
|
||||
test:
|
||||
needs: lint
|
||||
|
||||
@ -55,3 +55,6 @@ issues:
|
||||
- linters:
|
||||
- revive
|
||||
path: _test\.go
|
||||
- path: gin.go
|
||||
linters:
|
||||
- gci
|
||||
|
||||
1
gin.go
1
gin.go
@ -17,6 +17,7 @@ import (
|
||||
|
||||
"github.com/gin-gonic/gin/internal/bytesconv"
|
||||
"github.com/gin-gonic/gin/render"
|
||||
|
||||
"github.com/quic-go/quic-go/http3"
|
||||
"golang.org/x/net/http2"
|
||||
"golang.org/x/net/http2/h2c"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user