Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 4 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module kkn.fi/cmd/tcpproxy

go 1.17
go 1.24