Skip to content

Commit

Permalink
Merge pull request #14 from BenJetson/develop
Browse files Browse the repository at this point in the history
Linter upgrades; fix licensing issues.
  • Loading branch information
BenJetson committed May 14, 2020
2 parents 6bdc5af + c50a6a5 commit c0449f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go Build

on:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
branches: [ master, develop ]

jobs:

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: go

- name: Run golangci-lint
run: golangci-lint run --color always
run: golangci-lint run --color always --out-format github-actions | sed -En "s/ file=/ file=go\//p"; exit ${PIPESTATUS[0]}
working-directory: go


Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/BenJetson/pipanel/go
go 1.12

require (
github.com/BenJetson/humantime v0.0.0-20190623040347-ece88f74df61
github.com/BenJetson/humantime v0.0.0-20200514023344-f59ec2835a87
github.com/faiface/beep v1.0.2
github.com/gotk3/gotk3 v0.0.0-20190620081259-6dcdf9e5c51e
github.com/hegedustibor/htgo-tts v0.0.0-20190202120930-874fa9dd16ff
Expand Down
5 changes: 2 additions & 3 deletions go/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/BenJetson/humantime v0.0.0-20190623040347-ece88f74df61 h1:7z0A3qINN+NLMmuct6iTBKkqbh0NfEC/SqkFH5KRgl0=
github.com/BenJetson/humantime v0.0.0-20190623040347-ece88f74df61/go.mod h1:qp6zpJhsVh3L2Q1PKiL3CdDXnhBHd4LUE0idvgEEltU=
github.com/BenJetson/humantime v0.0.0-20200514023344-f59ec2835a87 h1:UUvEtU5s6cajK5FypRJLVKmz7bGFvP1pixwG3L3K6tI=
github.com/BenJetson/humantime v0.0.0-20200514023344-f59ec2835a87/go.mod h1:qp6zpJhsVh3L2Q1PKiL3CdDXnhBHd4LUE0idvgEEltU=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/faiface/beep v1.0.2 h1:UB5DiRNmA4erfUYnHbgU4UB6DlBOrsdEFRtcc8sCkdQ=
Expand All @@ -14,7 +14,6 @@ github.com/gopherjs/gopherwasm v1.0.0 h1:32nge/RlujS1Im4HNCJPp0NbBOAeBXFuT1KonUu
github.com/gopherjs/gopherwasm v1.0.0/go.mod h1:SkZ8z7CWBz5VXbhJel8TxCmAcsQqzgWGR/8nMhyhZSI=
github.com/gotk3/gotk3 v0.0.0-20190620081259-6dcdf9e5c51e h1:KFy3swDjmbaSAE6b1iExIgsYt0OkfoLP3HjLm4ifSR8=
github.com/gotk3/gotk3 v0.0.0-20190620081259-6dcdf9e5c51e/go.mod h1:Eew3QBwAOBTrfFFDmsDE5wZWbcagBL1NUslj1GhRveo=
github.com/gotk3/gotk3 v0.4.0 h1:TIuhyQitGeRTxOQIV3AJlYtEWWJpC74JHwAIsxlH8MU=
github.com/hajimehoshi/go-mp3 v0.1.1/go.mod h1:4i+c5pDNKDrxl1iu9iG90/+fhP37lio6gNhjCx9WBJw=
github.com/hajimehoshi/oto v0.1.1/go.mod h1:hUiLWeBQnbDu4pZsAhOnGqMI1ZGibS6e2qhQdfpwz04=
github.com/hajimehoshi/oto v0.3.1 h1:cpf/uIv4Q0oc5uf9loQn7PIehv+mZerh+0KKma6gzMk=
Expand Down

0 comments on commit c0449f6

Please sign in to comment.