chore: update gitea action
Some checks failed
Build / build (push) Successful in 1m11s
golangci-lint / lint (push) Successful in 2m17s
Test / test (push) Failing after 2m30s

This commit is contained in:
2026-01-27 02:17:09 +01:00
parent f81c902ca6
commit f16caa35a7
3 changed files with 32 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0 # all history for all branches and tags
@@ -19,7 +19,7 @@ jobs:
go-version-file: go.mod
check-latest: true
cache: false
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make