File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 continue-on-error : true
1414 uses : snyk/actions/golang@master
1515 with :
16- go-version : ' 1.18 '
16+ go-version : ' 1.19 '
1717 env :
1818 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
1919 build :
2424 fetch-depth : 0
2525 - uses : actions/setup-go@v1
2626 with :
27- go-version : ' 1.18 '
27+ go-version : ' 1.19 '
2828 - name : Build Binaries
2929 run : make versioned-binaries
3030 env :
Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818 - uses : actions/setup-go@v1
1919 with :
20- go-version : ' 1.18 '
20+ go-version : ' 1.19 '
2121 - uses : actions/cache@v1
2222 with :
2323 path : ~/go/pkg/mod
4141 - uses : actions/checkout@v2
4242 - uses : actions/setup-go@v1
4343 with :
44- go-version : ' 1.18 '
44+ go-version : ' 1.19 '
4545 -
uses :
golangci/[email protected] 4646 with :
4747 version : v1.47.2
You can’t perform that action at this time.
0 commit comments