Skip to content

(DO NOT MERGE) Add enclave encrypt package with Go v1.20 #107

(DO NOT MERGE) Add enclave encrypt package with Go v1.20

(DO NOT MERGE) Add enclave encrypt package with Go v1.20 #107

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Get
run: go get -v
- name: lint
uses: golangci/[email protected]
with:
args: ./...
version: v1.55.2
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...