From ba986af8a8266b25f5c51a92365bd3ccc19ea6e8 Mon Sep 17 00:00:00 2001 From: s1d3sw1ped_bot <12+s1d3sw1ped_bot@git.s1d3sw1ped.com> Date: Mon, 31 Aug 2026 21:00:11 -0500 Subject: [PATCH] Bump Go to 1.27.0 (#30) --- .gitea/workflows/pull-request-ci.yaml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 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 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