mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-03-19 09:02:33 +00:00
Compare commits
1 Commits
main
...
0399169267
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0399169267 |
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
|||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||||
with:
|
with:
|
||||||
version: v2.10.1
|
version: v2.11.3
|
||||||
install-mode: goinstall
|
install-mode: goinstall
|
||||||
|
|||||||
2
.github/workflows/pr-lint.yml
vendored
2
.github/workflows/pr-lint.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
|
||||||
with:
|
with:
|
||||||
version: v2.10.1
|
version: v2.11.3
|
||||||
install-mode: goinstall
|
install-mode: goinstall
|
||||||
|
|
||||||
- name: Run integration tests and collect coverage
|
- name: Run integration tests and collect coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user