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 1616 - name : Set up Go
1717 uses : actions/setup-go@v3
1818 with :
19- go-version : 1 'stable '
19+ go-version : ' 1.21 '
2020
2121 - name : Run tests
2222 run : go test ./src/... -v
Original file line number Diff line number Diff line change 2525 go-version : ' 1.21'
2626
2727 - name : Build Go application
28- run : go build -o update-advisory src/main.go
28+ run : go build -o update-advisory ./ src/main.go
2929
3030 - name : Run Go application
3131 run : ./update-advisory
3737 run : |
3838 git config user.name "github-actions[bot]"
3939 git config user.email "41898282+github-actions[bot]@users.noreply.github.com"2
40- git add advisories/V8-advisory.json
41- git add src/V8-cache.json
40+ git add ./ advisories/V8-advisory.json
41+ git add ./ src/V8-cache.json
4242 git commit3 -m "Update advisories/V8_advisory.json and src/V8-cache.json"
4343 git push
You can’t perform that action at this time.
0 commit comments