Skip to content

Commit e377011

Browse files
authored
Merge pull request #22 from joshkunz/renovate/actions-setup-go-6.x
chore(deps): update actions/setup-go action to v6
2 parents d4f2186 + ddd27c5 commit e377011

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
check-latest: false
2424
steps:
2525
- uses: actions/checkout@v5
26-
- uses: actions/setup-go@v5
26+
- uses: actions/setup-go@v6
2727
with:
2828
go-version: "${{ matrix.go-version }}"
2929
check-latest: "${{ matrix.check-latest }}"

0 commit comments

Comments
 (0)