Skip to content

Update module github.com/brave-intl/bat-go to v1 #162

Update module github.com/brave-intl/bat-go to v1

Update module github.com/brave-intl/bat-go to v1 #162

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.18
- name: lint
uses: golangci/golangci-lint-action@v3
- name: test
run: make docker && make docker-test