Skip to content

Bump golang.org/x/crypto from 0.17.0 to 0.19.0 #154

Bump golang.org/x/crypto from 0.17.0 to 0.19.0

Bump golang.org/x/crypto from 0.17.0 to 0.19.0 #154

name: test-and-snapshot
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Test
run: make test
snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Qemu
uses: docker/setup-qemu-action@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Build release snapshot
run: make snapshot
- name: Archive release snapshot
uses: actions/upload-artifact@v3
with:
name: release-snapshot
path: |
bin/*.tar.gz
bin/*.txt
bin/*.yaml