Skip to content

Commit 940fe06

Browse files
Merge pull request #61 from wiremock/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 351df19 + 93daed9 commit 940fe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

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

2121
- name: Set up Go
22-
uses: actions/setup-go@v5
22+
uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ matrix.version }}
2525

0 commit comments

Comments
 (0)