This commit is contained in:
Bonny Lin 2026-08-07 01:21:49 +08:00 committed by GitHub
commit 74514f883a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 7 deletions

View File

@ -10,15 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.2'
- name: Install golint
run: go install golang.org/x/lint/golint@latest
go-version: '1.25'
- name: Build
run: go build ./...

View File

@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

View File

@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.24.2"
go-version: "1.25"
- name: Build
env: