Skip to content

Commit 8fe65fa

Browse files
Fix path
1 parent ef99def commit 8fe65fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
mkdir -p project
3636
cd project
3737
echo 'GO_VERSION=1.17.8' > dockerized.env
38-
bin/dockerized go version | grep "1.17.8"
38+
../bin/dockerized go version | grep "1.17.8"
3939
shell: bash
4040
4141
# region windows

0 commit comments

Comments
 (0)