Skip to content

Commit 7e52dc0

Browse files
authored
Merge pull request #188 from oschwald/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents f85bcf7 + 4c64df6 commit 7e52dc0

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.platform }}
1717
steps:
1818
- name: Set up Go 1.x
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
id: go

0 commit comments

Comments
 (0)