Skip to content

Commit

Permalink
Upgraded env
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Nov 21, 2023
1 parent 6412d27 commit c744aba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21.1

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.54.2

- name: Build
run: go build -tags release -v .
Expand Down
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ linters:
- maintidx
- ireturn
- bodyclose
- depguard
linters-settings:
varnamelen:
ignore-names:
Expand Down
1 change: 1 addition & 0 deletions internal/urlreplacer/helpers_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func TestWildCardToRegexp(t *testing.T) {
},
}
for _, testCase := range testCases {
testCase := testCase
t.Run(testCase.name, func(t *testing.T) {
_, _, err := wildCardToRegexp(&testCase.parsedPattern)

Expand Down

0 comments on commit c744aba

Please sign in to comment.