chore: update github workflows

This commit is contained in:
zhuyasen 2025-04-12 15:22:35 +08:00
parent 3b663ebf24
commit ca6b37f244
2 changed files with 5 additions and 5 deletions

View File

@ -24,12 +24,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.9
go-version: 1.23.6
- name: Lint Go Code
run: |
export PATH=$PATH:$(go env GOPATH)/bin
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.3
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
make ci-lint
@ -45,7 +45,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.9
go-version: 1.23.6
- name: Run Unit tests
run: make test
@ -73,7 +73,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.9
go-version: 1.23.6
- name: Build
run: make build && make build-sponge

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.9
go-version: 1.23.6
- name: Create release on GitHub
uses: goreleaser/goreleaser-action@v3