Compare commits

...

No commits in common. "8adbea0acd6429e69882bb01eb18d05439e4817a" and "f6ea1162da884c94c7f02f68b1bb601ab5ed987e" have entirely different histories.

View file

@ -3,14 +3,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache-dependency-path: "**/*.sum"
- run: go build
- uses: actions/upload-artifact@v3
with:
name: fj
path: fj
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache-dependency-path: "**/*.sum"
- run: go build
- uses: actions/upload-artifact@v3
with:
name: fj
path: fj