Skip to content

Commit

Permalink
Update golint installation on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 25, 2022
1 parent ecda789 commit 7902189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.18
- name: Install golint
run: |
go get -u golang.org/x/lint/golint
go install golang.org/x/lint/golint@latest
- name: Codespell action
uses: sanketsudake/codespell-action@v1
- name: Before build
Expand Down
1 change: 1 addition & 0 deletions pkg/execute/default_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

//go:build !test
// +build !test

package execute
Expand Down
1 change: 1 addition & 0 deletions pkg/execute/fake_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

//go:build test
// +build test

package execute
Expand Down

0 comments on commit 7902189

Please sign in to comment.