Skip to content

Commit 717dad2

Browse files
dependabot[bot]guvenc
authored andcommitted
Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 356ade6 commit 717dad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-tester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Wait for gRPC port
120120
run: timeout 15 bash -c 'until echo > /dev/tcp/localhost/1337 2>/dev/null; do sleep 1; done' 2>/dev/null
121121
- name: Setup Go Environment
122-
uses: actions/setup-go@v5
122+
uses: actions/setup-go@v6
123123
with:
124124
go-version-file: 'go/dpservice-go/go.mod'
125125
- name: Run dpservice-go tests

0 commit comments

Comments
 (0)