ci: update uses
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s

This commit is contained in:
2026-01-24 20:47:56 +08:00
parent 69cbfd9c2e
commit 4b757dc60c

View File

@@ -13,7 +13,7 @@ jobs:
- /var/data/zApps/bin/docker/docker:/usr/bin/docker
steps:
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
- run: echo "PATH=/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
@@ -30,9 +30,9 @@ jobs:
run: |
go version
- name: Run golangci-lint
uses: http://10.42.0.203:3000/golangci/golangci-lint-action@v9.2.0
with:
fetch-depth: 1
run: |
cd ${{ gitea.workspace }}
golangci-lint run ./...
- name: Tests
run: |
cd ${{ gitea.workspace }}