修改github action的go version

This commit is contained in:
Hami Lemon 2022-03-30 10:54:32 +08:00
parent dc8033dd53
commit 72607e927c
2 changed files with 10 additions and 3 deletions

View file

@ -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
View 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>