We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc5d04 commit afebd9eCopy full SHA for afebd9e
.github/workflows/pr.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- uses: actions/setup-go@v2
14
with:
15
- go-version: 1.16.5
+ go-version-file: go.mod
16
17
- name: Cache Dependencies
18
uses: actions/cache@v2
@@ -32,4 +32,3 @@ jobs:
32
name: avm-cli-reports
33
path: |
34
build/reports/*
35
-
.github/workflows/release.yml
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
- go-version: '^1.16.5'
+ go-version-file: 'go.mod'
94
95
96
0 commit comments