Update windows.yml

This commit is contained in:
Eric Pearson
2024-03-27 17:34:13 +08:00
committed by GitHub
parent 7a603e1a34
commit 6c75361f88

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21
- name: Build
run: go build -v ./...