Skip to content

Commit 4318564

Browse files
authored
Merge pull request #151 from rabbitmq/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 1d44bfb + cbe9fdb commit 4318564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323

2424
- name: Setup Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version-file: go.mod
2828

@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v5
4141

4242
- name: Setup Go
43-
uses: actions/setup-go@v5
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version-file: go.mod
4646

0 commit comments

Comments
 (0)