upgrate dockerfile (#994)
Some checks failed
Go / ${{ matrix.config.name }} (map[artifact:linux name:Ubuntu Latest GCC os:ubuntu-latest]) (push) Has been cancelled
Go / ${{ matrix.config.name }} (map[artifact:windows name:Windows Latest MSVC os:windows-latest]) (push) Has been cancelled

* [docker] try upgrade docker version

* [docker] try fix docker file and  upgrade calibre to new

* [docker] try fix docker file

* [github] try upgrade workflow

---------

Co-authored-by: admin <you@example.com>
This commit is contained in:
ydf
2025-03-24 18:04:15 +08:00
committed by GitHub
parent 886a412a70
commit f37c4c3a56
2 changed files with 25 additions and 49 deletions

View File

@@ -30,9 +30,9 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.20.0
go-version: 1.24.0
- name: Build
run: |
@@ -43,7 +43,7 @@ jobs:
# run: go test -v ./...
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: |
conf/**/*