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 4b08d51 commit 7452369Copy full SHA for 7452369
.github/workflows/go.yaml
@@ -35,7 +35,7 @@ jobs:
35
# Required: the version of golangci-lint is required
36
# and must be specified without patch version:
37
# we always use the latest patch version.
38
- version: v1.55.2
+ version: v1.57.2
39
install-mode: "binary"
40
- name: Install GoReleaser
41
uses: goreleaser/goreleaser-action@v5
@@ -61,5 +61,5 @@ jobs:
61
- name: Upload coverage to Codecov
62
uses: codecov/codecov-action@v4
63
if: ${{ github.event_name == 'schedule' }}
64
- # Manage and run your integration tests with efficiency
65
- # https://github.com/ovh/venom
+ # Manage and run your integration tests with efficiency
+ # https://github.com/ovh/venom
0 commit comments