Skip to content

Commit 7bd5ff1

Browse files
authored
Upgrade gloangci to v1.39 (#304)
1 parent ff74b11 commit 7bd5ff1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/golang_lint_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- run: go version
1313
- uses: golangci/golangci-lint-action@v2
1414
with:
15-
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
16-
version: v1.37
15+
# Required: the version of golangci-lint is required and must be
16+
# specified without patch version: we always use the latest patch version.
17+
# https://github.com/golangci/golangci-lint/releases
18+
version: v1.39
1719
- run: go test $(go list ./... | grep -v /sbom | grep -v /rsa)

0 commit comments

Comments
 (0)