Skip to content

Commit

Permalink
fixup v5 push.yml and remove avid references from .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed May 14, 2024
1 parent c0f3d84 commit 467bea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
Expand All @@ -21,10 +21,6 @@ jobs:
go install golang.org/x/tools/cmd/goimports@v0.1.7
go install github.com/axw/gocov/gocov@v1.1.0
go install github.com/jstemmer/go-junit-report/v2@v2.1.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "${PWD}/bin" v1.56.2
GO_TEST_SUM_VERSION=1.10.0
curl -fSsOL https://github.com/gotestyourself/gotestsum/releases/download/v${GO_TEST_SUM_VERSION}/gotestsum_${GO_TEST_SUM_VERSION}_linux_amd64.tar.gz
tar xvzf gotestsum_${GO_TEST_SUM_VERSION}_linux_amd64.tar.gz -C /usr/local/bin
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
- name: Install Task
Expand Down
6 changes: 0 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ linters:
- wrapcheck

run:
skip-dirs:
- api
- azb2c
skip-files:
- service/b2cpoliciesv1/b2cpolicies.go
- service/tenanciesv1/users_store.go
build-tags:
- golangcilint

Expand Down

0 comments on commit 467bea3

Please sign in to comment.