Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.4
version: v2.6
args: -v --timeout 10m0s
working-directory: cli/azd

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: "20"

- name: Install golangci-lint
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.6.0

- name: Install cspell
run: npm install -g cspell@8.13.1
Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/auth/cache_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build unix
// +build unix

package auth

Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/auth/cache_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build windows
// +build windows

package auth

Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/exec/cmdtree_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build !windows
// +build !windows

package exec

Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/exec/cmdtree_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build windows
// +build windows

package exec

Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/osutil/rename_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build !windows
// +build !windows

package osutil

Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/osutil/rename_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build windows
// +build windows

package osutil

Expand Down
1 change: 0 additions & 1 deletion cli/azd/pkg/osutil/rename_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.

//go:build windows
// +build windows

package osutil

Expand Down
Loading