go version
This commit is contained in:
parent
c22e8450a8
commit
1b5587e75f
7
.github/workflows/go_test.yaml
vendored
7
.github/workflows/go_test.yaml
vendored
@ -10,16 +10,15 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20'
|
||||
|
||||
go-version: stable
|
||||
check-latest: true
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user