update
Some checks failed
Go / build (push) Has been cancelled

This commit is contained in:
tursom 2024-10-03 19:55:45 +08:00
parent 250b5e7b10
commit 2a5010bcf4

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23.1'
- name: Build
run: go build -ldflags="-s -w" -v ./...