We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0376af3 commit c49f32bCopy full SHA for c49f32b
.github/workflows/golangci-lint.yml
@@ -16,11 +16,11 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v4
18
with:
19
- go-version: '1.20'
+ go-version: '1.21'
20
cache: false
21
- uses: actions/checkout@v4
22
- name: golangci-lint
23
uses: golangci/golangci-lint-action@v3
24
25
- version: v1.53.3
+ version: v1.55.2
26
working-directory: ${{matrix.working-directory}}
.github/workflows/pr-dependabot.yaml
@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
27
- name: Update all modules
28
run: make modules
29
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # tag=v9.1.3
0 commit comments