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 2845351 commit 58aa6d7Copy full SHA for 58aa6d7
.github/workflows/PR.yaml
@@ -80,7 +80,7 @@ jobs:
80
ref: ${{ github.event.pull_request.head.sha }}
81
path: go/src/github.com/stackrox/infra
82
83
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
84
with:
85
go-version-file: go/src/github.com/stackrox/infra/go.mod
86
.github/workflows/lint.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v5
20
21
22
23
go-version-file: go.mod
24
- name: golangci-lint
0 commit comments