Skip to content

Commit c4d002a

Browse files
authored
Merge pull request #17 from philips-software/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 3560d43 + a776b7a commit c4d002a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
- name: Setup go
20-
uses: actions/setup-go@v5
20+
uses: actions/setup-go@v6
2121
with:
2222
go-version: ${{ matrix.go }}
2323
- run: go test ./...

0 commit comments

Comments
 (0)