mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
fix: update workflow
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.x
|
||||
go-version: 1.24.x
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22'
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
- run: (cd ui && yarn testformat)
|
||||
- uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
version: v1.60.3
|
||||
version: v1.64.6
|
||||
- run: go build ./...
|
||||
- run: go test -race ./...
|
||||
- if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
||||
Reference in New Issue
Block a user