指定 go1.20.13 (#10)

This commit is contained in:
笨蛋ovo 2024-02-04 09:23:28 +08:00 committed by GitHub
parent af85ddd97e
commit fc0f1f08b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "^1.20.0"
go-version: "1.20.13"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "^1.20.0"
go-version: "1.20.13"
- name: Unit test
run: |
go test -v ./...

View File

@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "^1.20.0"
go-version: "1.20.13"
- name: Unit test
run: |
go test -v ./...