github ci: bump actions ; add "stable" and "oldstable" Go versions
This commit is contained in:
parent
b2a5cec4dd
commit
c4b95cf35a
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -13,16 +13,16 @@ jobs:
|
|||||||
go:
|
go:
|
||||||
- "1.13.x" # Ubuntu 20.04 LTS "focal"
|
- "1.13.x" # Ubuntu 20.04 LTS "focal"
|
||||||
- "1.15.x" # Debian 11 "Bullseye"
|
- "1.15.x" # Debian 11 "Bullseye"
|
||||||
- "1.17.x" # Golang upstream stable
|
- "1.18.x" # Ubuntu 22.04 LTS "jammy"
|
||||||
- "1.18.x" # Golang upstream stable
|
- "oldstable" # 2nd-latest Golang upstream stable
|
||||||
- "1.19.x" # Golang upstream stable
|
- "stable" # Latest Go upstream stable
|
||||||
# Don't cancel everything when one Go version fails
|
# Don't cancel everything when one Go version fails
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install Go ${{ matrix.go }}
|
- name: Install Go ${{ matrix.go }}
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ jobs:
|
|||||||
# https://github.com/actions/runner/issues/1188
|
# https://github.com/actions/runner/issues/1188
|
||||||
- run: ls -l /proc/self/fd
|
- run: ls -l /proc/self/fd
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Make "git describe" work
|
fetch-depth: 0 # Make "git describe" work
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
# Build & upload static binary
|
# Build & upload static binary
|
||||||
- run: ./build-without-openssl.bash
|
- run: ./build-without-openssl.bash
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: gocryptfs static binary (Go ${{ matrix.go }})
|
name: gocryptfs static binary (Go ${{ matrix.go }})
|
||||||
path: gocryptfs
|
path: gocryptfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user