mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
fix: Update workflow to use Go 1.25.3 to match go.mod version
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 1m3s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 1m14s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
Some checks failed
CI/CD Pipeline / backend-lint (push) Failing after 1m3s
CI/CD Pipeline / backend-build (push) Has been skipped
CI/CD Pipeline / frontend-lint (push) Failing after 1m14s
CI/CD Pipeline / frontend-build (push) Has been skipped
CI/CD Pipeline / e2e-test (push) Has been skipped
- Update CI workflow to use go-version 1.25.3 instead of 1.23 - Keep go.mod at 1.25.3 to match project requirements - Fixes version mismatch that caused 'package not in std' errors
This commit is contained in:
parent
5d854419e1
commit
d041d0ae94
@ -69,7 +69,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.23'
|
go-version: '1.25.3'
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
working-directory: bugulma/backend
|
working-directory: bugulma/backend
|
||||||
run: go mod download
|
run: go mod download
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user