Skip to content

Commit

Permalink
update project config (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktr0731 authored Oct 30, 2021
1 parent 8ca9026 commit dc11ed6
Show file tree
Hide file tree
Showing 14 changed files with 2,587 additions and 6,919 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go: ['1.14']
go: ['1.17']
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2.1.4
Expand All @@ -27,11 +27,8 @@ jobs:
- name: Build
run: go build

- name: golangci-lint
uses: golangci/golangci-lint-action@v2.5.2
if: matrix.os == 'ubuntu-latest'
with:
version: v1.32.1
- name: Lint
run: go vet ./...

- name: Test
run: go test -p 1 -coverpkg ./... -covermode atomic -coverprofile coverage.txt ./...
Expand Down
47 changes: 0 additions & 47 deletions .golangci.yml

This file was deleted.

Loading

0 comments on commit dc11ed6

Please sign in to comment.