summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-02-16 13:57:36 +0100
committerGitHub <noreply@github.com>2024-02-16 13:57:36 +0100
commita2ff2e6dd92c7b1bcfa41798548d3cd4f439dfa8 (patch)
tree0fa1e4bff75ae6f5269abc9b9c27440ce0f444dd /.golangci.yml
parentc4eedec9d59feb3942af5a425bd38611a386c3c9 (diff)
parent9f0b4d0000c52d23a2dfe0092fe2f6f1714e6ea5 (diff)
Keep sort order when filtering lists sorted by date (#3282)
- **PR Description** Keep the sort order stable when filtering lists of things sorted by date (branches, stashes, reflog entries).
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 258660b62..c8884c93a 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -30,5 +30,5 @@ linters-settings:
max-func-lines: 0
run:
- go: '1.20'
+ go: '1.21'
timeout: 10m