We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e18819 commit c601e95Copy full SHA for c601e95
.github/workflows/go.yml
@@ -15,6 +15,8 @@ jobs:
15
16
- name: Setup Go environment
17
uses: actions/setup-go@v2
18
+
19
+ - name: Go version
20
run: go version
21
22
- name: Check out code into the Go module directory
0 commit comments