Skip to content

Commit

Permalink
feat: improve proxy logic (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
microup authored Jul 9, 2024
1 parent ff1385b commit 0e7ad2e
Show file tree
Hide file tree
Showing 29 changed files with 608 additions and 447 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.19' ]
go: [ '1.22' ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: linter
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.59.1
golangci-lint --version
golangci-lint run -v ./...
Loading

0 comments on commit 0e7ad2e

Please sign in to comment.