mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
bump Golang to 1.23 (#3702)
This commit is contained in:
6
.github/workflows/code_lint.yml
vendored
6
.github/workflows/code_lint.yml
vendored
@@ -17,13 +17,13 @@ jobs:
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.22"
|
||||
go-version: "1.23"
|
||||
|
||||
- run: go generate ./...
|
||||
|
||||
- uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.55.0
|
||||
version: v1.61.0
|
||||
|
||||
mod_tidy:
|
||||
runs-on: ubuntu-22.04
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.22"
|
||||
go-version: "1.23"
|
||||
|
||||
- run: make lint-mod-tidy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user