Skip to content

Commit 276ccb4

Browse files
Update go.yml
1 parent 97ab02f commit 276ccb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
echo 'import ("fmt"; "os")' >> print_env.go
1818
echo 'func main() { envVar := os.Getenv("HTTP_PORT"); fmt.Println(envVar) }' >> print_env.go
1919
go run print_env.go
20+
shell: pwsh
2021

2122
- name: Set up Go
2223
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)