mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
CI: update Go version
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
CI / Test and deploy (push) Waiting to run
CI / Test build flags (push) Waiting to run
CI / Test with PgSQL/MySQL/Cockroach (push) Waiting to run
CI / Build Linux packages (push) Waiting to run
CI / golangci-lint (push) Waiting to run
Docker / Build (push) Waiting to run
Some checks are pending
Code scanning - action / CodeQL-Build (push) Waiting to run
CI / Test and deploy (push) Waiting to run
CI / Test build flags (push) Waiting to run
CI / Test with PgSQL/MySQL/Cockroach (push) Waiting to run
CI / Build Linux packages (push) Waiting to run
CI / golangci-lint (push) Waiting to run
Docker / Build (push) Waiting to run
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
bdc5493593
commit
46e64706ea
1 changed files with 4 additions and 4 deletions
8
.github/workflows/development.yml
vendored
8
.github/workflows/development.yml
vendored
|
@ -376,19 +376,19 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
distro: ubuntu:18.04
|
distro: ubuntu:18.04
|
||||||
go: go1.22.7
|
go: go1.22.8
|
||||||
go-arch: amd64
|
go-arch: amd64
|
||||||
- arch: aarch64
|
- arch: aarch64
|
||||||
distro: ubuntu18.04
|
distro: ubuntu18.04
|
||||||
go: go1.22.7
|
go: go1.22.8
|
||||||
go-arch: arm64
|
go-arch: arm64
|
||||||
- arch: ppc64le
|
- arch: ppc64le
|
||||||
distro: ubuntu18.04
|
distro: ubuntu18.04
|
||||||
go: go1.22.7
|
go: go1.22.8
|
||||||
go-arch: ppc64le
|
go-arch: ppc64le
|
||||||
- arch: armv7
|
- arch: armv7
|
||||||
distro: ubuntu18.04
|
distro: ubuntu18.04
|
||||||
go: go1.22.7
|
go: go1.22.8
|
||||||
go-arch: arm7
|
go-arch: arm7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue