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
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ jobs:
LINTER_RULES_PATH: .github/linters
GOLANGCI_LINT_CONFIG: .golangci.yml
VALIDATE_YAML_PRETTIER: false
# Allow Go toolchain auto-download so golangci-lint can satisfy the
# go.mod toolchain requirement (super-linter sets GOTOOLCHAIN=local
# internally, which we override here).
GOTOOLCHAIN: auto
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/github/gh-skyline

go 1.25.0
go 1.26.3
Comment thread
chrisreddington marked this conversation as resolved.

require (
github.com/cli/go-gh/v2 v2.13.0
Expand Down