From 6ad06475071c57bb12639e59a1dbf4e491624845 Mon Sep 17 00:00:00 2001 From: Kare Nuorteva Date: Mon, 28 Jul 2025 22:50:12 +0300 Subject: [PATCH 1/3] ci: workflow update --- .github/workflows/ci.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed570bb..6237d34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,12 +7,9 @@ on: pull_request: branches: - main -concurrency: - group: ci-${{ github.head_ref }} - cancel-in-progress: true -defaults: - run: - shell: bash jobs: ci: - uses: kare/github/.github/workflows/go-pkg-ci.yaml@v0.2.0 + uses: kare/github/.github/workflows/go-pkg-ci.yaml@main + with: + staticcheckversion: 2025.1.1 + From f23aacaf79555bfcb0bd12cd1d2c43d6754dafe0 Mon Sep 17 00:00:00 2001 From: Kare Nuorteva Date: Mon, 28 Jul 2025 22:50:57 +0300 Subject: [PATCH 2/3] build: bump Go from 1.17 to 1.24 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7e35b73..e558f73 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module kkn.fi/cmd/tcpproxy -go 1.17 +go 1.24 From 4042277b287ac50a67ffc33a9e12eaead82edc45 Mon Sep 17 00:00:00 2001 From: Kare Nuorteva Date: Mon, 28 Jul 2025 22:49:07 +0300 Subject: [PATCH 3/3] ci: update Dependabot settings --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b65fbff..fcc3503 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,11 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily - time: "03:00" + interval: monthly timezone: Europe/Helsinki open-pull-requests-limit: 10 commit-message: prefix: ci - include: scope - reviewers: - - kare assignees: - kare labels: