Skip to content

Commit d80cea3

Browse files
authored
Merge pull request #151 from philips-labs/dependabot/github_actions/actions/setup-go-6.0.0
build(deps): bump actions/setup-go from 5.3.0 to 6.0.0
2 parents be9598f + b2edf66 commit d80cea3

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@v4
1919
- name: Setup go
20-
uses: actions/setup-go@v5.3.0
20+
uses: actions/setup-go@v6.0.0
2121
with:
2222
go-version: ${{ matrix.go }}
2323
- run: go test ./...

0 commit comments

Comments
 (0)