Skip to content

Commit 0bed411

Browse files
committed
update lint
1 parent 0afd652 commit 0bed411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
env:
3737
GO111MODULE: on
38-
GOLANGCI_LINT_VERSION: v1.49.0
38+
GOLANGCI_LINT_VERSION: v1.58.0
3939

4040
steps:
4141
- name: Set up Go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
runs-on: ubuntu-latest
194194
steps:
195195
- name: Checkout
196-
uses: actions/checkout@v3
196+
uses: actions/checkout@v4
197197

198198
- name: Set Versions
199199
uses: actions/github-script@v6

0 commit comments

Comments
 (0)