8 Commits

Author SHA1 Message Date
nightnoryu 9c142cf6c2 Remove lint for now
Check Go code / Build and test (push) Successful in 31s
2026-05-24 00:17:35 +03:00
nightnoryu 0126d0272a Update the action
Check Go code / Build, test and lint (push) Has been cancelled
2026-05-24 00:12:23 +03:00
nightnoryu 9807b624ba Add lint action
Check Go code / Lint (push) Has been cancelled
Check Go code / Build and test (push) Has been cancelled
2026-05-24 00:05:32 +03:00
nightnoryu ec4e1e93cb Fix version again
Check Go code / Build and test (push) Has been cancelled
2026-05-24 00:00:23 +03:00
nightnoryu 9a12fd063e Fix versions
Check Go code / Build and test (push) Has been cancelled
2026-05-23 23:58:38 +03:00
nightnoryu 6774c2f631 Update README
Check Go code / Build and test (push) Has been cancelled
2026-05-23 23:55:39 +03:00
nightnoryu eccef756a0 Remove dokku settings 2026-05-23 23:55:32 +03:00
nightnoryu 00d33aa41d Update workflows 2026-05-23 23:55:26 +03:00
@@ -9,18 +9,19 @@ permissions:
contents: read
jobs:
build:
check:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
uses: actions/setup-go@v4
with:
go-version: '1.25.x'
cache: false
- name: Download dependencies
run: go mod download