Skip to content

Commit 425d65e

Browse files
authored
fix: update golangci-lint ci (#529)
Signed-off-by: fengshunli <[email protected]>
1 parent b58645a commit 425d65e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- 'master'
1111
env:
1212
# Golang version to use across CI steps
13-
GOLANG_VERSION: '1.17'
13+
GOLANG_VERSION: '1.19'
1414
jobs:
1515
test:
1616
runs-on: ubuntu-latest
@@ -22,14 +22,14 @@ jobs:
2222
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
2323
restore-keys: |
2424
${{ runner.os }}-go-
25-
- uses: actions/setup-go@v3.2.1
25+
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.0
2626
with:
2727
go-version: ${{ env.GOLANG_VERSION }}
2828
- run: make test
2929
- name: Run golangci-lint
30-
uses: golangci/golangci-lint-action@v3.2.0
30+
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
3131
with:
32-
version: v1.38.0
32+
version: v1.51.0
3333
args: --timeout 5m
3434
- uses: codecov/[email protected]
3535
with:

0 commit comments

Comments
 (0)