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: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: 'stable'
# Track go.mod so future Go bumps don't need a parallel workflow
# edit; release.yml uses the same pattern.
go-version-file: go.mod
Comment thread
Soph marked this conversation as resolved.

- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4

Expand Down
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/entireio/cli

go 1.26.2
go 1.26.3

require (
charm.land/bubbles/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
# Please also keep the version aligned in the go.mod file
go = { version = '1.26.2', postinstall = "go install github.com/go-delve/delve/cmd/dlv@latest && go install gotest.tools/gotestsum@latest" }
go = { version = '1.26.3', postinstall = "go install github.com/go-delve/delve/cmd/dlv@latest && go install gotest.tools/gotestsum@latest" }
Comment thread
Soph marked this conversation as resolved.
golangci-lint = '2.11.3'
shellcheck = 'latest'
tmux = 'latest'
Expand Down
Loading