Skip to content

Commit

Permalink
chore(deps): update dependency golangci/golangci-lint to v1.63.4 (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jan-Otto Kröpke <[email protected]>
  • Loading branch information
renovate[bot] and jkroepke authored Jan 11, 2025
1 parent f01db8c commit 9f15c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
env:
PACKAGES: openvpn crossbuild-essential-arm64 libssl-dev:arm64
# renovate: github=golangci/golangci-lint
GO_LINT_CI_VERSION: v1.62.2
GO_LINT_CI_VERSION: v1.63.4
# renovate: github=goreleaser/goreleaser
GORELEASER_VERSION: v2.5.1

Expand Down
2 changes: 1 addition & 1 deletion internal/config/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ http:
t.Run(tt.name, func(t *testing.T) {
t.Parallel()

file, err := os.CreateTemp("", "openvpn-auth-oauth2-*")
file, err := os.CreateTemp(t.TempDir(), "openvpn-auth-oauth2-*")
require.NoError(t, err)

// close and remove the temporary file at the end of the program
Expand Down

0 comments on commit 9f15c48

Please sign in to comment.