go version 1.21.13

This commit is contained in:
zhangchao
2024-10-30 19:28:24 +08:00
parent 2d4c3e79f6
commit e7d3e66b47

View File

@@ -10,7 +10,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.21.5' go-version: '1.21.13'
- name: Build - name: Build
run: go build -v run: go build -v
- name: Test with the Go CLI - name: Test with the Go CLI