ci(github): specify the version of Go to use
This commit is contained in:
parent
cfb64d80aa
commit
ffe594cb54
1 changed files with 3 additions and 1 deletions
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
|
@ -9,6 +9,8 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.21'
|
||||
- run: go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue