Skip to content

Commit 2e8affc

Browse files
authored
issues
1 parent 17028cd commit 2e8affc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
11+
issues:
12+
types: opened
1113

1214
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1315
jobs:
@@ -31,3 +33,9 @@ jobs:
3133
run: |
3234
echo Add other actions to build,
3335
echo test, and deploy your project.
36+
37+
- run: go version
38+
- uses: actions/setup-go@v5
39+
with:
40+
go-version: '1.22'
41+

0 commit comments

Comments
 (0)