merge: Sync develop with master #37

Merged
eva merged 15 commits from master into develop 2026-09-02 13:41:20 -05:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ba986af8a8 - Show all commits
+2 -2
View File
@@ -26,9 +26,9 @@ jobs:
run: go mod tidy
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v8
with:
version: latest
version: v2.13.2
test:
name: Test
+1 -1
View File
@@ -1,6 +1,6 @@
module s1d3sw1ped/swipedmodswitcher
go 1.22
go 1.27.0
require (
fyne.io/fyne/v2 v2.3.5