Update go.yml

This commit is contained in:
Eric Pearson
2024-03-27 17:33:48 +08:00
committed by GitHub
parent 4a85fcb615
commit fef923d10a
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: Build
run: go build -v ./...