Commit 6523b232 authored by erio's avatar erio
Browse files

revert: remove backend-ci.yml changes (fork-specific CI config)

parent 29c406dd
...@@ -17,7 +17,6 @@ jobs: ...@@ -17,7 +17,6 @@ jobs:
go-version-file: backend/go.mod go-version-file: backend/go.mod
check-latest: false check-latest: false
cache: true cache: true
cache-dependency-path: backend/go.sum
- name: Verify Go version - name: Verify Go version
run: | run: |
go version | grep -q 'go1.25.7' go version | grep -q 'go1.25.7'
...@@ -37,7 +36,6 @@ jobs: ...@@ -37,7 +36,6 @@ jobs:
go-version-file: backend/go.mod go-version-file: backend/go.mod
check-latest: false check-latest: false
cache: true cache: true
cache-dependency-path: backend/go.sum
- name: Verify Go version - name: Verify Go version
run: | run: |
go version | grep -q 'go1.25.7' go version | grep -q 'go1.25.7'
...@@ -46,4 +44,4 @@ jobs: ...@@ -46,4 +44,4 @@ jobs:
with: with:
version: v2.7 version: v2.7
args: --timeout=5m args: --timeout=5m
working-directory: backend working-directory: backend
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment