✏️ 修正lint

This commit is contained in:
fumiama 2021-08-27 17:05:17 +08:00
parent b1d1e1e7b9
commit e1ecea5f79
2 changed files with 0 additions and 16 deletions

View File

@ -9,14 +9,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Cache Go
id: cache
uses: actions/cache@v2
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ~/go/pkg/mod
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2

View File

@ -9,14 +9,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Cache Go
id: cache
uses: actions/cache@v2
with:
# A list of files, directories, and wildcard patterns to cache and restore
path: ~/go/pkg/mod
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2