update to Golang 1.21

This commit is contained in:
wish
2023-08-20 18:44:33 +10:00
parent 6856d71cec
commit b7903f4e7a
3 changed files with 9 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.21'
- name: Build Linux-amd64
run: env GOOS=linux GOARCH=amd64 go build -v