Skip to content

Commit 9061c91

Browse files
committed
bosh-nats-sync: bump actions/setup-go to v7 in CI jobs
Align lint-bosh-nats-sync and test-bosh-nats-sync with the v6→v7 bump already applied to the brats lint job by dependabot (8f8cb28).
1 parent 460298d commit 9061c91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v7
2424
with:
2525
persist-credentials: false
26-
- uses: actions/setup-go@v6
26+
- uses: actions/setup-go@v7
2727
with:
2828
go-version-file: src/bosh-nats-sync/go.mod
2929
- uses: golangci/golangci-lint-action@v9
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v7
4040
with:
4141
persist-credentials: false
42-
- uses: actions/setup-go@v6
42+
- uses: actions/setup-go@v7
4343
with:
4444
go-version-file: src/bosh-nats-sync/go.mod
4545
- name: Run tests

0 commit comments

Comments
 (0)