A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudflare/gokeyless/commit/1c0fca121ae459d96508efd2f83cff63de935f56 below:

Merge pull request #284 from cloudflare/nicky/ci-improvements · cloudflare/gokeyless@1c0fca1 · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+38

-33

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+38

-33

lines changed Original file line number Diff line number Diff line change

@@ -2,30 +2,34 @@ name: Go Test

2 2 3 3

on:

4 4

push:

5 -

branches: [ master ]

6 -

pull_request:

7 -

branches: [ master ]

8 - 9 5

jobs:

10 - 11 6

test:

12 7

runs-on: ubuntu-latest

13 8

strategy:

14 9

matrix:

15 -

go: ["1.11", "1.12", "1.13", "1.14", "1.15"]

10 +

go: ["1.12", "1.13", "1.14", "1.15", "1.16"]

16 11

env:

17 12

GOFLAGS: "-mod=vendor"

18 13

steps:

19 -

- uses: actions/checkout@v2

14 +

- uses: actions/checkout@v2

20 15 21 -

- name: Set up Go

22 -

uses: actions/setup-go@v2

23 -

with:

24 -

go-version: ${{ matrix.go }}

25 - 26 -

- name: Install golint

27 -

run: go install ./vendor/golang.org/x/lint/golint

28 -

- name: Go Lint

29 -

run: make vet lint

30 -

- name: Go Test

31 -

run: make test-nohsm test-trust

16 +

- name: Set up Go

17 +

uses: actions/setup-go@v2

18 +

with:

19 +

go-version: ${{ matrix.go }}

20 +

- name: Go Test

21 +

run: make test-nohsm test-trust

22 +

lint:

23 +

runs-on: ubuntu-latest

24 +

env:

25 +

GOFLAGS: "-mod=vendor"

26 +

steps:

27 +

- uses: actions/checkout@v2

28 +

- name: Set up Go

29 +

uses: actions/setup-go@v2

30 +

with:

31 +

go-version: "1.15"

32 +

- name: Install golint

33 +

run: go install ./vendor/golang.org/x/lint/golint

34 +

- name: Go Lint

35 +

run: make gokeyless vet lint

Original file line number Diff line number Diff line change

@@ -1,22 +1,22 @@

1 1

# Go Keyless

2 -

[![Build Status](https://travis-ci.org/cloudflare/gokeyless.png?branch=master)](https://travis-ci.org/cloudflare/gokeyless)

3 -

[![GoDoc](https://godoc.org/github.com/cloudflare/gokeyless?status.png)](https://godoc.org/github.com/cloudflare/gokeyless)

2 +

[![Go Test](https://github.com/cloudflare/gokeyless/actions/workflows/go.yml/badge.svg)](https://github.com/cloudflare/gokeyless/actions/workflows/go.yml)

3 +

[![GoDoc](https://pkg.go.dev/badge/github.com/cloudflare/gokeyless)](https://pkg.go.dev/github.com/cloudflare/gokeyless)

4 4 5 5

<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->

6 6

**Table of Contents**

7 7 8 8

- [Go Keyless](#go-keyless)

9 -

- [Keyless SSL implementation in Go](#keyless-ssl-implementation-in-go)

10 -

- [Protocol](#protocol)

11 -

- [Key Management](#key-management)

12 -

- [Hardware Security Modules](#hardware-security-modules)

9 +

- [Keyless SSL implementation in Go](#keyless-ssl-implementation-in-go)

10 +

- [Protocol](#protocol)

11 +

- [Key Management](#key-management)

12 +

- [Hardware Security Modules](#hardware-security-modules)

13 13

- [Deploying](#deploying)

14 -

- [Installing](#installing)

15 -

- [Package Installation](#package-installation)

16 -

- [Source Installation](#source-installation)

17 -

- [Running](#running)

18 -

- [Testing](#testing)

19 -

- [License](#license)

14 +

- [Installing](#installing)

15 +

- [Package Installation](#package-installation)

16 +

- [Source Installation](#source-installation)

17 +

- [Running](#running)

18 +

- [Testing](#testing)

19 +

- [License](#license)

20 20 21 21

<!-- markdown-toc end -->

22 22

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4