Skip to content

Commit 21f382b

Browse files
pionbotSean-Der
authored andcommittedFeb 27, 2022
Update CI configs to v0.6.7
Update lint scripts and CI configs.
1 parent 1255034 commit 21f382b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646

4747
- name: golangci-lint
48-
uses: golangci/golangci-lint-action@v2
48+
uses: golangci/golangci-lint-action@v3
4949
with:
5050
version: v1.31
5151
args: $GOLANGCI_LINT_EXRA_ARGS

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/checkout@v2
114114

115115
- name: Use Node.js
116-
uses: actions/setup-node@v2
116+
uses: actions/setup-node@v3
117117
with:
118118
node-version: '16.x'
119119

0 commit comments

Comments
 (0)
Please sign in to comment.