File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-go@v4
1414 with :
15- go-version : ' 1.17 '
15+ go-version-file : go.mod
1616
1717 - name : golangci-lint
1818 uses : golangci/golangci-lint-action@v3.6.0
Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-go@v4
1919 with :
20- go-version : ' 1.17 '
20+ go-version-file : go.mod
2121
2222 - uses : crazy-max/ghaction-import-gpg@v5.3.0
2323 id : import_gpg
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-go@v4
1414 with :
15- go-version : ' 1.17 '
15+ go-version-file : go.mod
1616
1717 - name : Run unit tests
1818 run : make test
2424 - uses : actions/checkout@v3
2525 - uses : actions/setup-go@v4
2626 with :
27- go-version : ' 1.17 '
27+ go-version-file : go.mod
2828
2929 - name : Run acceptance tests
3030 run : make testacc
You can’t perform that action at this time.
0 commit comments