Skip to content

Commit 58aa6d7

Browse files
chore(deps): bump actions/setup-go from 5 to 6 (#1661)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2845351 commit 58aa6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/PR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
ref: ${{ github.event.pull_request.head.sha }}
8181
path: go/src/github.com/stackrox/infra
8282

83-
- uses: actions/setup-go@v5
83+
- uses: actions/setup-go@v6
8484
with:
8585
go-version-file: go/src/github.com/stackrox/infra/go.mod
8686

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v5
2020

21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version-file: go.mod
2424
- name: golangci-lint

0 commit comments

Comments
 (0)