We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c956f commit 361fd2fCopy full SHA for 361fd2f
1 file changed
.github/workflows/ci.yml
@@ -8,14 +8,14 @@ on:
8
schedule:
9
- cron: '0 13 */15 * *'
10
11
+env:
12
+ SRC_DIR: src/github.com/${{ github.repository }}
13
+
14
jobs:
15
Go:
16
name: Go
17
runs-on: ubuntu-latest
18
- env:
- SRC_DIR: src/github.com/${{ github.repository }}
-
19
strategy:
20
matrix:
21
go: [ '1.17.x', '1.18.x' ]
@@ -45,9 +45,6 @@ jobs:
45
46
needs: Go
47
48
49
50
51
steps:
52
- name: Set up Go
53
uses: actions/setup-go@v3
0 commit comments