Skip to content

Commit bb674c5

Browse files
authored
Merge pull request #8 from zstyblik/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents f740637 + 0e92bff commit bb674c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v5
1717
- name: Setup Go
18-
uses: actions/setup-go@v5
18+
uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Test with Go

0 commit comments

Comments
 (0)