From b293651cbb2a68f4cc28416ef2b72893d38de67d Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot <12+s1d3sw1ped_bot@git.s1d3sw1ped.com> Date: Tue, 1 Sep 2026 01:54:59 +0000 Subject: [PATCH 1/2] Bump Go to 1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b2c4376..e6cf63a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module s1d3sw1ped/swipedmodswitcher -go 1.22 +go 1.27.0 require ( fyne.io/fyne/v2 v2.3.5 -- 2.39.5 From aee170aba729599bb1b56f89e794fe7fd4784163 Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot <12+s1d3sw1ped_bot@git.s1d3sw1ped.com> Date: Tue, 1 Sep 2026 01:57:06 +0000 Subject: [PATCH 2/2] Bump golangci-lint-action to v8 for Go 1.27 --- .gitea/workflows/pull-request-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull-request-ci.yaml b/.gitea/workflows/pull-request-ci.yaml index 17062ac..1a5a271 100644 --- a/.gitea/workflows/pull-request-ci.yaml +++ b/.gitea/workflows/pull-request-ci.yaml @@ -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 -- 2.39.5