mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
.github/workflows: update and fix CI
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
go: [1.18.x, 1.19.x]
|
go: [1.19.x, 1.x]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: go test -race ./...
|
run: go test -race ./...
|
||||||
freebsd:
|
freebsd:
|
||||||
name: Test (FreeBSD)
|
name: Test (FreeBSD)
|
||||||
runs-on: macos-10.15
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|||||||
1
cmd/age/testdata/encrypted_keys.txt
vendored
1
cmd/age/testdata/encrypted_keys.txt
vendored
@@ -2,6 +2,7 @@
|
|||||||
# age file password prompt during encryption
|
# age file password prompt during encryption
|
||||||
|
|
||||||
[windows] skip # no pty support
|
[windows] skip # no pty support
|
||||||
|
[go1.20] skip # https://go.dev/issue/61779
|
||||||
|
|
||||||
# use an encrypted OpenSSH private key without .pub file
|
# use an encrypted OpenSSH private key without .pub file
|
||||||
age -R key_ed25519.pub -o ed25519.age input
|
age -R key_ed25519.pub -o ed25519.age input
|
||||||
|
|||||||
1
cmd/age/testdata/scrypt.txt
vendored
1
cmd/age/testdata/scrypt.txt
vendored
@@ -1,4 +1,5 @@
|
|||||||
[windows] skip # no pty support
|
[windows] skip # no pty support
|
||||||
|
[go1.20] skip # https://go.dev/issue/61779
|
||||||
|
|
||||||
# encrypt with a provided passphrase
|
# encrypt with a provided passphrase
|
||||||
stdin input
|
stdin input
|
||||||
|
|||||||
1
cmd/age/testdata/terminal.txt
vendored
1
cmd/age/testdata/terminal.txt
vendored
@@ -1,4 +1,5 @@
|
|||||||
[windows] skip # no pty support
|
[windows] skip # no pty support
|
||||||
|
[go1.20] skip # https://go.dev/issue/61779
|
||||||
|
|
||||||
# controlling terminal is used instead of stdin/stderr
|
# controlling terminal is used instead of stdin/stderr
|
||||||
pty terminal
|
pty terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user