Compare commits
No commits in common. "f6ea1162da884c94c7f02f68b1bb601ab5ed987e" and "8adbea0acd6429e69882bb01eb18d05439e4817a" have entirely different histories.
f6ea1162da
...
8adbea0acd
1 changed files with 11 additions and 12 deletions
|
@ -3,15 +3,14 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
steps:
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/setup-go@v5
|
||||||
- uses: actions/setup-go@v5
|
with:
|
||||||
with:
|
go-version-file: 'go.mod'
|
||||||
go-version-file: 'go.mod'
|
check-latest: true
|
||||||
check-latest: true
|
cache-dependency-path: "**/*.sum"
|
||||||
cache-dependency-path: "**/*.sum"
|
- run: go build
|
||||||
- run: go build
|
- uses: actions/upload-artifact@v3
|
||||||
- uses: actions/upload-artifact@v3
|
with:
|
||||||
with:
|
name: fj
|
||||||
name: fj
|
path: fj
|
||||||
path: fj
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue