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