修改github action的go version
This commit is contained in:
parent
dc8033dd53
commit
72607e927c
2 changed files with 10 additions and 3 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
@ -13,10 +13,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3.0.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
8
.idea/misc.xml
generated
Normal file
8
.idea/misc.xml
generated
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="SwUserDefinedSpecifications">
|
||||||
|
<option name="specTypeByUrl">
|
||||||
|
<map />
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
</project>
|
Reference in a new issue