This commit is contained in:
Bonny Lin 2026-06-08 19:34:20 +09:00 committed by GitHub
commit fc7339a58d
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

@ -21,7 +21,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: