We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afd652 commit 0bed411Copy full SHA for 0bed411
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
runs-on: ubuntu-latest
36
env:
37
GO111MODULE: on
38
- GOLANGCI_LINT_VERSION: v1.49.0
+ GOLANGCI_LINT_VERSION: v1.58.0
39
40
steps:
41
- name: Set up Go
.github/workflows/release.yaml
@@ -193,7 +193,7 @@ jobs:
193
194
195
- name: Checkout
196
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
197
198
- name: Set Versions
199
uses: actions/github-script@v6
0 commit comments