Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 7 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,20 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:

jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.14', '1.15', '1.16']
env:
VERBOSE: 1
GOFLAGS: -mod=readonly
GOPROXY: https://proxy.golang.org
runs-on: [ubuntu-latest]

steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Lint
run: make lint
- name: Set up Go
uses: actions/setup-go@v5

- name: Test
run: make test
- name: Build
run: go build ./...
32 changes: 0 additions & 32 deletions .github/workflows/feedback_issue.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/feedback_pull_request.yml

This file was deleted.