Skip to content

Removing HPKP and Expect-CT #45

Removing HPKP and Expect-CT

Removing HPKP and Expect-CT #45

Workflow file for this run

on:
push:
branches:
- master
- v1
pull_request:
branches:
- "**"
name: tests
jobs:
tests:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make ci
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2