Skip to content

Commit

Permalink
Bump age to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Sep 6, 2021
1 parent 553ecda commit 62e02ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- ubuntu-18.04
- windows-latest
env:
AGE_VERSION: v1.0.0-rc.3
AGE_VERSION: v1.0.0
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go
Expand All @@ -43,7 +43,7 @@ jobs:
run: |
cd $(mktemp -d)
goos=$(uname -s | tr '[:upper:]' '[:lower:]')
curl -fsSL https://github.com/FiloSottile/age/releases/download/${AGE_VERSION}/age-${AGE_VERSION}-${goos}-amd64.tar.gz | tar xzf -
curl -fsSL https://dl.filippo.io/age/${AGE_VERSION}?for=${goos}/amd64 | tar xzf -
sudo install -m 755 age/age /usr/local/bin
sudo install -m 755 age/age-keygen /usr/local/bin
- name: Install gpg4win (Windows)
Expand Down

0 comments on commit 62e02ff

Please sign in to comment.